diff options
Diffstat (limited to 'Build/source/texk/web2c/weave.ch')
-rw-r--r-- | Build/source/texk/web2c/weave.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/weave.ch b/Build/source/texk/web2c/weave.ch index 29c82379612..85040d3d205 100644 --- a/Build/source/texk/web2c/weave.ch +++ b/Build/source/texk/web2c/weave.ch @@ -84,7 +84,7 @@ procedure initialize; @!max_names=5000; {number of identifiers, index entries, and module names; must be less than 10240} @y -@!max_bytes=65530; {|1/ww| times the number of bytes in identifiers, +@!max_bytes=65536; {|1/ww| times the number of bytes in identifiers, index entries, and module names; must be less than 65536} @!max_names=10220; {number of identifiers, index entries, and module names; must be less than 10240} @@ -359,7 +359,7 @@ begin usage_help (WEAVE_HELP, nil); end else if argument_is ('version') then begin - print_version_and_exit (banner, nil, 'D.E. Knuth'); + print_version_and_exit (banner, nil, 'D.E. Knuth', nil); end; {Else it was a flag; |getopt| has already done the assignment.} until getopt_return_val = -1; |