From e70d2d7b65a1170c84059ad77dafd8d71b0a56c5 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Tue, 9 Jun 2020 10:20:04 +0000 Subject: [WEAVE] Use C arithmetic in Pascal constant. git-svn-id: svn://tug.org/texlive/trunk@55491 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/weave.ch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source') 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 -- cgit v1.2.3