summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/comm-w2c.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-04-11 15:57:15 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-04-11 15:57:15 +0000
commitd18e7b8da9786016b16a8024e05eb7f0925823c5 (patch)
treeb5ea52b1a529e94c78584cbfca92a61b4a4a9ad1 /Build/source/texk/web2c/cwebdir/comm-w2c.ch
parent2b236210d6f17c81e3c1adfcd4a3864bfd4a9d2c (diff)
Externalize common variables.
Four variables from 'common.h' are made 'extern' by moving them to 'common.w' (via 'comm-w2c.ch' and 'comm-w2c.h'). git-svn-id: svn://tug.org/texlive/trunk@54649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.ch12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
index 1b5201897de..236d8a95c8e 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
@@ -83,6 +83,18 @@ common_init(void)
@z
@x
+@d minus_gt_ast 027 /* `\.{->*}'\,; corresponds to MIT's {\tentex\char'27} */
+@y
+@d minus_gt_ast 027 /* `\.{->*}'\,; corresponds to MIT's {\tentex\char'27} */
+
+@<Definitions...@>=
+char section_text[longest_name+1]; /* name being sought for */
+char *section_text_end = section_text+longest_name; /* end of |section_text| */
+char *id_first; /* where the current identifier begins in the buffer */
+char *id_loc; /* just after the current identifier in the buffer */
+@z
+
+@x
@d buf_size 100 /* for \.{CWEAVE} and \.{CTANGLE} */
@y
@d buf_size 1000 /* for \.{CWEAVE} and \.{CTANGLE} */