diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-09 10:20:04 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-09 10:20:04 +0000 |
commit | e70d2d7b65a1170c84059ad77dafd8d71b0a56c5 (patch) | |
tree | c76d1306f79a55dfd9e26c1ffeaf9c5a98f7f628 /Build/source/texk/web2c/weave.ch | |
parent | 56911c68301c1b53ea3b63786d7267b247641539 (diff) |
[WEAVE] Use C arithmetic in Pascal constant.
git-svn-id: svn://tug.org/texlive/trunk@55491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/weave.ch')
-rw-r--r-- | Build/source/texk/web2c/weave.ch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/weave.ch b/Build/source/texk/web2c/weave.ch index 02072d11d38..68a7c0edc64 100644 --- a/Build/source/texk/web2c/weave.ch +++ b/Build/source/texk/web2c/weave.ch @@ -108,7 +108,7 @@ procedure initialize; @!hash_size=8501; {should be prime} @!buf_size=1000; {maximum length of input line} @!longest_name=10000; {module names shouldn't be longer than this} -@!long_buf_size=11000; {|buf_size+longest_name|} +@!long_buf_size=buf_size+longest_name; {C arithmetic in \PASCAL\ constant} @!line_length=80; {lines of \TeX\ output have at most this many characters, @z @x |