summarylogtreecommitdiffstats
path: root/0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch
diff options
context:
space:
mode:
authorSchala2016-09-28 14:37:51 -0700
committerSchala2016-09-28 14:37:51 -0700
commitc763db4c6218df72495a52597b08a945f5e40a50 (patch)
treeace23c15c88015d0fad4b9374eaa011cf1283cb1 /0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch
parentca60452d0b398a6038db03a302968962c2eb30ee (diff)
downloadaur-c763db4c6218df72495a52597b08a945f5e40a50.tar.gz
1.4.1
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
+