diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2021-02-16 15:50:31 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2021-02-16 15:50:31 +0000 |
commit | c2555691da2748def88381a59673a1cd75a7b77d (patch) | |
tree | 76ee6fc12c560036b36e24f979b645dd11a652cf /Build | |
parent | 50de0249607392981511fc02064ce95a948fc37b (diff) |
[CWEB] Restore comment from 'cweave.w' (3.64c).
git-svn-id: svn://tug.org/texlive/trunk@57762 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/comm-w2c.h | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/common.h | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index a4f0964a97f..ce6a702cabc 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,8 @@ +2021-02-16 Andreas Scherer <https://ascherer.github.io> + + * comm-w2c.ch, + * common.h: Restore comment from 'cweave.w' (3.64c). + 2021-02-11 Andreas Scherer <https://ascherer.github.io> * texinputs/pdfctwimac.tex: Fix bug in color setter. diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.h b/Build/source/texk/web2c/cwebdir/comm-w2c.h index 3b4c0d5a6aa..44d3df654f5 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.h +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.h @@ -260,7 +260,7 @@ handle \TEX/, so they should be sufficient for most applications of @d max_texts 10239 /* number of replacement texts, must be less than 10240 */ @d longest_name 10000 /* file and section names and section texts shouldn't be longer than this */ @d stack_size 500 /* number of simultaneous levels of macro expansion */ -@d buf_size 1000 /* for \.{CWEAVE} */ +@d buf_size 1000 /* maximum length of input line, plus one */ @d long_buf_size (buf_size+longest_name) /* for \.{CWEAVE} */ @ End of \.{COMMON} interface. diff --git a/Build/source/texk/web2c/cwebdir/common.h b/Build/source/texk/web2c/cwebdir/common.h index 71ceaa8f432..662ce240332 100644 --- a/Build/source/texk/web2c/cwebdir/common.h +++ b/Build/source/texk/web2c/cwebdir/common.h @@ -238,7 +238,7 @@ handle \TEX/, so they should be sufficient for most applications of @d max_texts 10239 /* number of replacement texts, must be less than 10240 */ @d longest_name 10000 /* file and section names and section texts shouldn't be longer than this */ @d stack_size 500 /* number of simultaneous levels of macro expansion */ -@d buf_size 1000 /* for \.{CWEAVE} */ +@d buf_size 1000 /* maximum length of input line, plus one */ @d long_buf_size (buf_size+longest_name) /* for \.{CWEAVE} */ @ End of \.{COMMON} interface. |