summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tiedir
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/tiedir
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/tiedir')
-rw-r--r--Build/source/texk/web2c/tiedir/tie-w2c.ch9
1 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/tiedir/tie-w2c.ch b/Build/source/texk/web2c/tiedir/tie-w2c.ch
index 4e90019cba0..54075106d1c 100644
--- a/Build/source/texk/web2c/tiedir/tie-w2c.ch
+++ b/Build/source/texk/web2c/tiedir/tie-w2c.ch
@@ -77,8 +77,8 @@ Section 4
typedef int boolean;
typedef char* string;
@y
-@ The types |boolean| (with values |false| and |true|) and
-|string| come from \.{<kpathsea/simpletypes.h>}.
+@ The types |@!boolean| (with values |@!false| and |@!true|) and
+|@!string| come from \.{<kpathsea/simpletypes.h>}.
@s boolean int
@s string int
@z
@@ -143,7 +143,7 @@ Section 15
#include <stdio.h>
@y
@<Global \&{\#include}s@>=
-#include "cpascal.h" /* |decr| and |incr| */
+#include "cpascal.h" /* |@!decr| and |@!incr| */
#include <kpathsea/kpathsea.h>
#define usage tieusage /* Also redefine |usage| to avoid clash with function from lib. */
@z
@@ -162,8 +162,7 @@ This should cause no trouble in any \Cl\ program.
#endif
@y
This should cause no trouble in any \Cl\ program.
-The \.{kpathsea} include files handle the definition of |malloc()|,
-too.
+The \.{kpathsea} include files handle the definition of |@!malloc|, too.
@^system dependencies@>
@z