summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-23 20:41:37 +0000
committerKarl Berry <karl@freefriends.org>2019-05-23 20:41:37 +0000
commitabdf2aed108f547854b6f49c1346166d8b4c6b35 (patch)
treeda2e42e80a87933351f025bec2ced3f6776c6233 /Build
parent33792d62ae8d82fb0ef7b7198062c1ecba740b85 (diff)
trie_size reduce again to avoid netbsd link overflow
git-svn-id: svn://tug.org/texlive/trunk@51201 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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