summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-02 22:36:02 +0000
committerKarl Berry <karl@freefriends.org>2018-11-02 22:36:02 +0000
commitdb67da723e2bbe86f09bd25d597becf472ce9b78 (patch)
treeab4f40c9302e9aa9c0ac1b9534751839e215d755 /Build/source/texk/web2c/cwebdir/ctang-w2c.ch
parent2a7b97e017436324428f7fd3ff2c96258a88b283 (diff)
avoid implicit int declaration of change_depth; from Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49056 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.ch2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctang-w2c.ch b/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
index 1b58dc240f4..133509afb37 100644
--- a/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
@@ -176,9 +176,11 @@ extern int include_depth; /* current level of nesting */
@x common.h l.148 - explicit types.
extern line[]; /* number of current line in the stacked files */
extern change_line; /* number of current line in change file */
+extern change_depth; /* where \.{@@y} originated during a change */
@y
extern int line[]; /* number of current line in the stacked files */
extern int change_line; /* number of current line in change file */
+extern int change_depth; /* where \.{@@y} originated during a change */
@z
@x common.h l.153 - protos now all in cweb.h.