diff options
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.ch')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/comm-w2c.ch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch index 1561f961697..e068951b946 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch @@ -66,6 +66,12 @@ common_init (void) @<Set up |PROGNAME| feature and initialize the search path mechanism@>; @z +@x l.153 +@d buf_size 100 /* for \.{CWEAVE} and \.{CTANGLE} */ +@y +@d buf_size 1000 /* for \.{CWEAVE} and \.{CTANGLE} */ +@z + Section 9. @x l.173 @@ -147,6 +153,12 @@ if ((found_filename=kpse_find_cweb(change_file_name))==NULL || } @z +@x l.415 +@d max_sections 2000 /* number of identifiers, strings, section names; +@y +@d max_sections 10239 /* number of identifiers, strings, section names; +@z + Section 21. @x l.427 @@ -264,6 +276,24 @@ check_complete(){ check_complete (void) { @z +@x l.589 +@d max_bytes 90000 /* the number of bytes in identifiers, +@y +@d max_bytes 1000000 /* the number of bytes in identifiers, +@z + +@x l.591 +@d max_names 4000 /* number of identifiers, strings, section names; +@y +@d max_names 10239 /* number of identifiers, strings, section names; +@z + +@x l.642 +@d hash_size 353 /* should be prime */ +@y +@d hash_size 8501 /* should be prime */ +@z + Section 33. @x l.650 |