summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/cweave.w
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-04 23:13:52 +0000
committerKarl Berry <karl@freefriends.org>2012-09-04 23:13:52 +0000
commita314ad89ab2e1d4e6eab4060765caee871739f44 (patch)
treeed06c2fe51892adbcc7ccb6d23ccfe2860c8156d /Build/source/texk/web2c/cwebdir/cweave.w
parent596830f68da6c5da9a238f08b2b2b4f60f162893 (diff)
longest_name=10000, per original cweave
git-svn-id: svn://tug.org/texlive/trunk@27595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/cweave.w')
-rw-r--r--Build/source/texk/web2c/cwebdir/cweave.w2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/cweave.w b/Build/source/texk/web2c/cwebdir/cweave.w
index 51f67cba562..3e2575d9551 100644
--- a/Build/source/texk/web2c/cwebdir/cweave.w
+++ b/Build/source/texk/web2c/cwebdir/cweave.w
@@ -124,7 +124,7 @@ you have to change them also in the file |"common.w"|.
@d max_sections 10239 /* greater than the total number of sections */
@d hash_size 8501 /* should be prime */
@d buf_size 1000 /* maximum length of input line, plus one */
-@d longest_name 1000 /* section names and strings shouldn't be longer than this */
+@d longest_name 10000 /* section names and strings shouldn't be longer than this */
@d long_buf_size (buf_size+longest_name)
@d line_length 80 /* lines of \TEX/ output have at most this many characters;
should be less than 256 */