summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-09-05 13:27:45 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-09-05 13:27:45 +0000
commit51c832586711238475dd9b5933ec691be7e8e713 (patch)
tree0d21c84ca70a4630d85eb83b15fb18dd5028a6cf /Build/source/texk/web2c/cwebdir/ctang-w2c.ch
parent4766daec07a48111a22299bce179c88c990b6ac1 (diff)
move our changes to change files
git-svn-id: svn://tug.org/texlive/trunk@27598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ctang-w2c.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/ctang-w2c.ch28
1 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctang-w2c.ch b/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
index d4d301f7bd4..c519ce2d676 100644
--- a/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
@@ -78,6 +78,34 @@ int main (int ac, char **av)
}
@z
+@x l.112
+@d max_bytes 90000 /* the number of bytes in identifiers,
+@y
+@d max_bytes 1000000 /* the number of bytes in identifiers,
+@z
+
+@x l.114
+@d max_toks 270000 /* number of bytes in compressed \CEE/ code */
+@d max_names 4000 /* number of identifiers, strings, section names;
+@y
+@d max_toks 1000000 /* number of bytes in compressed \CEE/ code */
+@d max_names 10239 /* number of identifiers, strings, section names;
+@z
+
+@x l.117
+@d max_texts 2500 /* number of replacement texts, must be less than 10240 */
+@d hash_size 353 /* should be prime; used in |"common.w"| */
+@y
+@d max_texts 10239 /* number of replacement texts, must be less than 10240 */
+@d hash_size 8501 /* should be prime; used in |"common.w"| */
+@z
+
+@x l.121
+@d buf_size 100 /* for \.{CWEAVE} and \.{CTANGLE} */
+@y
+@d buf_size 1000 /* for \.{CWEAVE} and \.{CTANGLE} */
+@z
+
Section 5.
@x common.h l.30 - boolean comes from kpathsea.