File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 311311# include <time.h> /* for time_t */
312312#endif
313313
314- #define MAXWLEN 250 /* Assume max. word len is this many bytes.
314+ #define MAXWLEN 254 /* Assume max. word len is this many bytes.
315315 Some places assume a word length fits in a
316- byte, thus it can't be above 255. */
316+ byte, thus it can't be above 255.
317+ Must be >= PFD_NOTSPECIAL. */
317318
318319/* Type used for indexes in the word tree need to be at least 4 bytes. If int
319320 * is 8 bytes we could use something smaller, but what? */
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 629 ,
744746/**/
745747 628 ,
746748/**/
You can’t perform that action at this time.
0 commit comments