summarylogtreecommitdiffstats
path: root/0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch')
-rw-r--r--0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch b/0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch
new file mode 100644
index 000000000000..d258935344b1
--- /dev/null
+++ b/0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch
@@ -0,0 +1,14 @@
+diff -aurN 0002/src/tools/munch.h 0003/src/tools/munch.h
+--- 0002/src/tools/munch.h
++++ 0003/src/tools/munch.h
+@@ -42,8 +42,8 @@
+
+ #define MAX_LN_LEN 200
+ #define MAX_WD_LEN 200
+-#define MAX_PREFIXES 256
+-#define MAX_SUFFIXES 256
++#define MAX_PREFIXES 2048
++#define MAX_SUFFIXES 2048
+ #define MAX_ROOTS 20
+ #define MAX_WORDS 5000
+