diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-03 17:50:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-03 17:50:38 +0000 |
commit | 80540c2e737aafb79ed4d4e3ad5b323ccf945933 (patch) | |
tree | e76e28a020b364184a5fb64d101b8fd14c525f6e /Build/source/texk/web2c/patgen.ch | |
parent | b7a6f91b68a45d61623e2b875af7e975d02727af (diff) |
increase patgen trie sizes 10x
git-svn-id: svn://tug.org/texlive/trunk@47594 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/patgen.ch')
-rw-r--r-- | Build/source/texk/web2c/patgen.ch | 4 |
1 files changed, 2 insertions, 2 deletions
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 |