texlive[55459] Build/source/texk/web2c/tiedir: [TIE] Underscore
commits+ascherer at tug.org
commits+ascherer at tug.org
Sun Jun 7 03:21:22 CEST 2020
Revision: 55459
http://tug.org/svn/texlive?view=revision&revision=55459
Author: ascherer
Date: 2020-06-07 03:21:22 +0200 (Sun, 07 Jun 2020)
Log Message:
-----------
[TIE] Underscore 'enum'erated values in index.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/tiedir/ChangeLog
trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch
Modified: trunk/Build/source/texk/web2c/tiedir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/tiedir/ChangeLog 2020-06-07 01:19:25 UTC (rev 55458)
+++ trunk/Build/source/texk/web2c/tiedir/ChangeLog 2020-06-07 01:21:22 UTC (rev 55459)
@@ -1,3 +1,7 @@
+2020-06-07 Andreas Scherer <https://ascherer.github.io>
+
+ * tie-w2c.ch: Underscore 'enum'erated values in index.
+
2020-06-05 Andreas Scherer <https://ascherer.github.io>
* tie-w2c.ch: Format changes similar to CWEB.
Modified: trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch 2020-06-07 01:19:25 UTC (rev 55458)
+++ trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch 2020-06-07 01:21:22 UTC (rev 55459)
@@ -106,9 +106,9 @@
@y
@<Global variables@>=
typedef enum {
- spotless,
- troublesome,
- fatal } return_code;
+ @!spotless,
+ @!troublesome,
+ @!fatal } return_code;
static return_code history=spotless;
@z
@@ -181,14 +181,14 @@
typedef int file_types; /* should be |enum(unknown,master,chf)| */
@y
typedef enum {
- search,
- test,
- reading,
- ignore } in_file_modes;
+ @!search,
+ @!test,
+ @!reading,
+ @!ignore } in_file_modes;
typedef enum {
- unknown,
- master,
- chf } file_types;
+ @!unknown,
+ @!master,
+ @!chf } file_types;
@z
@x l.548
@@ -198,9 +198,9 @@
typedef int out_md_type; /* should be |enum(normal,pre,post)| */
@y
typedef enum {
- normal,
- pre,
- post } out_md_type;
+ @!normal,
+ @!pre,
+ @!post } out_md_type;
@z
Section 24
More information about the tex-live-commits
mailing list.