diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-19 00:18:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-19 00:18:43 +0000 |
commit | 29280e9c14059c62fa23cb59bcc68a58c945e954 (patch) | |
tree | b78c9f9712579ab27f9448cbf3e95e7910c023da /Build/source/texk/web2c/tangle.ch | |
parent | 9b51de63a85e91a40130ce5c8a941874054afbe5 (diff) |
increase max_bytes
git-svn-id: svn://tug.org/texlive/trunk@5803 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tangle.ch')
-rw-r--r-- | Build/source/texk/web2c/tangle.ch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/tangle.ch b/Build/source/texk/web2c/tangle.ch index 33def5815ae..773dc4ec890 100644 --- a/Build/source/texk/web2c/tangle.ch +++ b/Build/source/texk/web2c/tangle.ch @@ -64,12 +64,16 @@ procedure initialize; @!buf_size=3000; {maximum length of input line} @z @x +@!max_bytes=45000; {|1/ww| times the number of bytes in identifiers, + strings, and module names; must be less than 65536} @!max_toks=50000; {|1/zz| times the number of bytes in compressed \PASCAL\ code; must be less than 65536} @!max_names=4000; {number of identifiers, strings, module names; must be less than 10240} @!max_texts=2000; {number of replacement texts, must be less than 10240} @y +@!max_bytes=65535; {|1/ww| times the number of bytes in identifiers, + strings, and module names; must be less than 65536} @!max_toks=65535; {|1/zz| times the number of bytes in compressed \PASCAL\ code; must be less than 65536} @!max_names=10000; {number of identifiers, strings, module names; |