diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-30 12:59:57 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-30 12:59:57 +0000 |
commit | 4b8537a30e35def9effd108cbf2f25b0df124cfb (patch) | |
tree | b927204dae99949b05a1b56fa0e60a72cdfdab08 /Build/source/texk/web2c/tiedir | |
parent | dc0b0d289a88fd70adac83217414321fa1f85eb7 (diff) |
[TIE] Minor redactions in TeX material only.
git-svn-id: svn://tug.org/texlive/trunk@54946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tiedir')
-rw-r--r-- | Build/source/texk/web2c/tiedir/tie-w2c.ch | 7 |
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. |