texlive[55457] Build/source/texk/web2c/cwebdir: [CWEB] Underscore

commits+ascherer at tug.org commits+ascherer at tug.org
Sun Jun 7 03:16:15 CEST 2020


Revision: 55457
          http://tug.org/svn/texlive?view=revision&revision=55457
Author:   ascherer
Date:     2020-06-07 03:16:14 +0200 (Sun, 07 Jun 2020)
Log Message:
-----------
[CWEB] Underscore 'enum'erated values in index.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
    trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-06-06 23:53:48 UTC (rev 55456)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-06-07 01:16:14 UTC (rev 55457)
@@ -1,3 +1,8 @@
+2020-06-07  Andreas Scherer  <https://ascherer.github.io>
+
+	* comm-w2c.ch,
+	* comm-w2c.h: Underscore 'enum'erated values in index.
+
 2020-06-06  Andreas Scherer  <https://ascherer.github.io>
 
 	* comm-w2c.ch: Add index entries for the CWEBINPUTS envvar.

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2020-06-06 23:53:48 UTC (rev 55456)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2020-06-07 01:16:14 UTC (rev 55457)
@@ -56,7 +56,7 @@
 boolean program; /* \.{CWEAVE} or \.{CTANGLE}? */
 @y
 typedef enum {
-  ctangle, cweave, ctwill
+  @!ctangle, @!cweave, @!ctwill
 } cweb;
 cweb program; /* \.{CTANGLE} or \.{CWEAVE} or \.{CTWILL}? */
 @z

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h	2020-06-06 23:53:48 UTC (rev 55456)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h	2020-06-07 01:16:14 UTC (rev 55457)
@@ -36,7 +36,7 @@
 typedef uint8_t eight_bits;
 typedef uint16_t sixteen_bits;
 typedef enum {
-  ctangle, cweave, ctwill
+  @!ctangle, @!cweave, @!ctwill
 } cweb;
 extern cweb program; /* \.{CTANGLE} or \.{CWEAVE} or \.{CTWILL}? */
 extern int phase; /* which phase are we in? */



More information about the tex-live-commits mailing list.