texlive[55458] Build/source/texk/web2c/ctiedir: [CTIE] Underscore
commits+ascherer at tug.org
commits+ascherer at tug.org
Sun Jun 7 03:19:25 CEST 2020
Revision: 55458
http://tug.org/svn/texlive?view=revision&revision=55458
Author: ascherer
Date: 2020-06-07 03:19:25 +0200 (Sun, 07 Jun 2020)
Log Message:
-----------
[CTIE] Underscore 'enum'erated values in index.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/ctiedir/ChangeLog
trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch
Modified: trunk/Build/source/texk/web2c/ctiedir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ctiedir/ChangeLog 2020-06-07 01:16:14 UTC (rev 55457)
+++ trunk/Build/source/texk/web2c/ctiedir/ChangeLog 2020-06-07 01:19:25 UTC (rev 55458)
@@ -1,3 +1,7 @@
+2020-06-07 Andreas Scherer <https://ascherer.github.io>
+
+ * ctie-k.ch: Underscore 'enum'erated values in index.
+
2020-06-05 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: Format changes similar to CWEB.
Modified: trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch
===================================================================
--- trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch 2020-06-07 01:16:14 UTC (rev 55457)
+++ trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch 2020-06-07 01:19:25 UTC (rev 55458)
@@ -162,9 +162,9 @@
@y
@<Global variables@>=
typedef enum {
- spotless,
- troublesome,
- fatal } return_code;
+ @!spotless,
+ @!troublesome,
+ @!fatal } return_code;
static return_code history=spotless;
@z
@@ -220,14 +220,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.230 dito
@@ -237,9 +237,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
@x l.284 way too short!
More information about the tex-live-commits
mailing list.