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, 0 insertions, 14 deletions
diff --git a/0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch b/0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch
deleted file mode 100644
index d258935344b1..000000000000
--- a/0003-inc-MAX_PREFIXES_SUFFIXES-to-2048.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-