summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/ChangeLog6
-rw-r--r--Build/source/texk/web2c/patgen.ch4
2 files changed, 8 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 9dbc79d009a..017105e6834 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,9 @@
+2018-05-03 Karl Berry <karl@freefriends.org>
+
+ * patgen.ch (trie_size, triec_size): increase one order of
+ magnitude, to 5500000 and 2600000. Request/patch from Werner Lemberg,
+ 27 Apr 2018 07:51:29.
+
2018-04-14 Karl Berry <karl@tug.org>
* TeX Live 2018 release.
diff --git a/Build/source/texk/web2c/patgen.ch b/Build/source/texk/web2c/patgen.ch
index 0dd93d9585a..3cbc6c6b9f6 100644
--- a/Build/source/texk/web2c/patgen.ch
+++ b/Build/source/texk/web2c/patgen.ch
@@ -78,8 +78,8 @@ begin
|trie_size| and greater than the number of occurrences of any pattern in
the dictionary}
@y
-@!trie_size=550000; {space for pattern trie}
-@!triec_size=260000; {space for pattern count trie, must be less than
+@!trie_size =5500000; {space for pattern trie}
+@!triec_size=2600000; {space for pattern count trie, must be less than
|trie_size| and greater than the number of occurrences of any pattern in
the dictionary}
@z