From e3fb746eca23109a2cb418b2684bc3b35424340a Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sun, 7 Jun 2020 01:16:14 +0000 Subject: [CWEB] Underscore 'enum'erated values in index. git-svn-id: svn://tug.org/texlive/trunk@55457 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/cwebdir/comm-w2c.ch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.ch') diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch index f3cd1bbad9d..3fc83215a4a 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch @@ -56,7 +56,7 @@ typedef uint16_t sixteen_bits; boolean program; /* \.{CWEAVE} or \.{CTANGLE}? */ @y typedef enum { - ctangle, cweave, ctwill + @!ctangle, @!cweave, @!ctwill } cweb; cweb program; /* \.{CTANGLE} or \.{CWEAVE} or \.{CTWILL}? */ @z -- cgit v1.2.3