summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctang-pc.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2022-01-15 12:07:27 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2022-01-15 12:07:27 +0000
commit8f41885e8628d81972494ab78d939ce85229c411 (patch)
treece5c36622d4bf23e0ac8a46f02b9ab2d2c0df4fe /Build/source/texk/web2c/cwebdir/ctang-pc.ch
parent007459cd590148dc15d7717b186d1b675f0ed854 (diff)
[CWEB] Increase array sizes in CWEB 4.6.1.
Without affecting CWEB in TeX Live, various array sizes in 'original' CWEB (release 4.6.1) were increased so that both CTANGLE and CWEAVE (but unfortunately _not_ CTWILL) can process CTEX.W in Martin Ruckert's WEB2W project (https://w3-o.cs.hm.edu/users/ruckert/public_html/web2w/index.html). git-svn-id: svn://tug.org/texlive/trunk@61610 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ctang-pc.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/ctang-pc.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctang-pc.ch b/Build/source/texk/web2c/cwebdir/ctang-pc.ch
index 2fb9b90440f..947a4dc6214 100644
--- a/Build/source/texk/web2c/cwebdir/ctang-pc.ch
+++ b/Build/source/texk/web2c/cwebdir/ctang-pc.ch
@@ -14,7 +14,7 @@ alternate change files with -bs suffix instead of -pc.
@d banner "This is CTANGLE (Version 4.6pc)"
@z
@x section 17
-@d max_bytes 90000 /* the number of bytes in identifiers,
+@d max_bytes 100000 /* the number of bytes in identifiers,
index entries, and section names; must be less than $2^{24}$ */
@y (note that CWEAVE itself needs only about 42K toks)
@d max_bytes (unsigned)60000 /* the number of bytes in identifiers,