--- ray/src/common/wordfile.c 2004/11/05 17:36:55 2.14 +++ ray/src/common/wordfile.c 2005/06/10 16:42:11 2.15 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: wordfile.c,v 2.14 2004/11/05 17:36:55 greg Exp $"; +static const char RCSid[] = "$Id: wordfile.c,v 2.15 2005/06/10 16:42:11 greg Exp $"; #endif /* * Load whitespace separated words from a file into an array. @@ -22,7 +22,7 @@ static const char RCSid[] = "$Id: wordfile.c,v 2.14 20 #ifndef MAXFLEN -#define MAXFLEN 16384 /* file must be smaller than this */ +#define MAXFLEN 65536 /* file must be smaller than this */ #endif