summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/comm-w2c.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.ch10
1 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
index c0d66bb2c9c..4df7a80ebe4 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
@@ -43,11 +43,17 @@
@d cweave 1
@y
|program|. And \.{CTWILL} adds some extra twists.
-
@z
@x
typedef short boolean;
+@y
+typedef bool boolean;
+typedef uint8_t eight_bits;
+typedef uint16_t sixteen_bits;
+@z
+
+@x
boolean program; /* \.{CWEAVE} or \.{CTANGLE}? */
@y
typedef enum {
@@ -273,8 +279,6 @@ if ((found_filename=kpse_find_cweb(change_file_name))==NULL || @|
@x
typedef unsigned short sixteen_bits;
@y
-typedef uint8_t eight_bits;
-typedef uint16_t sixteen_bits;
@z
@x