We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771a925 commit 7e2932cCopy full SHA for 7e2932c
2 files changed
src/spell.c
@@ -311,9 +311,10 @@
311
# include <time.h> /* for time_t */
312
#endif
313
314
-#define MAXWLEN 250 /* Assume max. word len is this many bytes.
+#define MAXWLEN 254 /* Assume max. word len is this many bytes.
315
Some places assume a word length fits in a
316
- byte, thus it can't be above 255. */
+ byte, thus it can't be above 255.
317
+ Must be >= PFD_NOTSPECIAL. */
318
319
/* Type used for indexes in the word tree need to be at least 4 bytes. If int
320
* is 8 bytes we could use something smaller, but what? */
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 629,
746
/**/
747
628,
748
0 commit comments