texlive[55491] Build/source/texk/web2c/weave.ch: [WEAVE] Use C

commits+ascherer at tug.org commits+ascherer at tug.org
Tue Jun 9 12:20:05 CEST 2020


Revision: 55491
          http://tug.org/svn/texlive?view=revision&revision=55491
Author:   ascherer
Date:     2020-06-09 12:20:04 +0200 (Tue, 09 Jun 2020)
Log Message:
-----------
[WEAVE] Use C arithmetic in Pascal constant.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/weave.ch

Modified: trunk/Build/source/texk/web2c/weave.ch
===================================================================
--- trunk/Build/source/texk/web2c/weave.ch	2020-06-09 10:04:42 UTC (rev 55490)
+++ trunk/Build/source/texk/web2c/weave.ch	2020-06-09 10:20:04 UTC (rev 55491)
@@ -108,7 +108,7 @@
 @!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



More information about the tex-live-commits mailing list.