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 3f62fac9770..82f7e6f745c 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,9 @@
+2019-05-23 Karl Berry <karl@tug.org>
+
+ * patgen.ch (trie_size),
+ (triec_size): reduce to 100000000/50000000 to avoid
+ the same linking problems on netbsd. We'll see.
+
2019-05-18 Karl Berry <karl@freefriends.org>
* patgen.ch (trie_size),
diff --git a/Build/source/texk/web2c/patgen.ch b/Build/source/texk/web2c/patgen.ch
index 25ebfb4bb32..54add607d79 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=110021182; {max space for pattern trie}
-@!triec_size=54677566; {max space for pattern count trie, must be less than
+@!trie_size=100000000; {max space for pattern trie}
+@!triec_size=50000000; {max 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