summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctang-pc.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ctang-pc.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/ctang-pc.ch15
1 files changed, 9 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctang-pc.ch b/Build/source/texk/web2c/cwebdir/ctang-pc.ch
index 025790e3fc7..f84c798da4b 100644
--- a/Build/source/texk/web2c/cwebdir/ctang-pc.ch
+++ b/Build/source/texk/web2c/cwebdir/ctang-pc.ch
@@ -9,16 +9,19 @@ that allows >64K arrays. If you need lots of bytes and toks, try the
alternate change files with -bs suffix instead of -pc.
@x section 1
-@d banner "This is CTANGLE (Version 4.3)"
+@d banner "This is CTANGLE (Version 4.4)"
@y
-@d banner "This is CTANGLE (Version 4.3pc)"
+@d banner "This is CTANGLE (Version 4.4pc)"
@z
@x section 17
-@d max_bytes 1000000 /* the number of bytes in identifiers,
- index entries, and section names */
-@d max_toks 1000000 /* number of bytes in compressed \CEE/ code */
+@d max_bytes 90000 /* 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,
- index entries, and section names */
+ index entries, and section names; must be less than $2^{24}$ */
+@z
+@x section 20
+@d max_toks 270000 /* number of bytes in compressed \CEE/ code */
+@y
@d max_toks (unsigned)60000 /* number of bytes in compressed \CEE/ code */
@z