summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tiedir
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/tiedir')
-rw-r--r--Build/source/texk/web2c/tiedir/tie-w2c.ch7
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/tiedir/tie-w2c.ch b/Build/source/texk/web2c/tiedir/tie-w2c.ch
index 6ec242baf42..1374d8d648b 100644
--- a/Build/source/texk/web2c/tiedir/tie-w2c.ch
+++ b/Build/source/texk/web2c/tiedir/tie-w2c.ch
@@ -17,7 +17,7 @@ typedef int boolean;
typedef char* string;
@y
@ Furthermore we include the additional types |boolean| and |string|.
-/* |boolean|, |false|, |true|; |string|; all from \.{cpascal.h} */
+/* |boolean|, |false|, |true|; |string|; all from \.{<kpathsea/simpletypes.h>} */
@s boolean int
@s string int
@z
@@ -45,10 +45,9 @@ typedef char* string;
@x -- add to global includes.
#include <stdio.h>
@y
-#include "cpascal.h"
+#include "cpascal.h" /* |decr| and |incr| */
#include <kpathsea/kpathsea.h>
-/* Also redefine |usage| to avoid clash with function from lib. */
-#define usage tieusage
+#define usage tieusage /* Also redefine |usage| to avoid clash with function from lib. */
@z
Section 16: Remove redundant #include directives.