summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/comm-w2c.h
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-06-07 02:10:54 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-06-07 02:10:54 +0000
commit7f07d36034cb9e1d92462bc589e734a45922f14e (patch)
tree00cdd2d0f6b1f443236924b47dcfe17552a3dcf1 /Build/source/texk/web2c/cwebdir/comm-w2c.h
parent9bf805bcc7f50b7195321db54e81826b4d14d8ed (diff)
More underscored index entries.
git-svn-id: svn://tug.org/texlive/trunk@55460 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.h')
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.h b/Build/source/texk/web2c/cwebdir/comm-w2c.h
index 2294c1eaa8d..d1fd950bf49 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w2c.h
+++ b/Build/source/texk/web2c/cwebdir/comm-w2c.h
@@ -43,7 +43,7 @@ extern int phase; /* which phase are we in? */
@ You may have noticed that almost all \.{"strings"} in the \.{CWEB} sources
are placed in the context of the `|_|'~macro. This is just a shortcut for the
-`|gettext|' function from the ``GNU~gettext utilities.'' For systems that do
+`|@!gettext|' function from the ``GNU~gettext utilities.'' For systems that do
not have this library installed, we wrap things for neutral behavior without
internationalization.
@@ -60,8 +60,8 @@ internationalization.
#define gettext(A) A
#endif
@#
-#include <stdbool.h>
-#include <stdint.h>
+#include <stdbool.h> /* |@!bool|, |@!true|, |@!false| */
+#include <stdint.h> /* |@!uint8_t|, |@!uint16_t| */
#include <stdio.h>
@ Code related to the character set: