diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-07 02:10:54 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-07 02:10:54 +0000 |
commit | 7f07d36034cb9e1d92462bc589e734a45922f14e (patch) | |
tree | 00cdd2d0f6b1f443236924b47dcfe17552a3dcf1 /Build/source/texk/web2c/ctiedir | |
parent | 9bf805bcc7f50b7195321db54e81826b4d14d8ed (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/ctiedir')
-rw-r--r-- | Build/source/texk/web2c/ctiedir/ctie-k.ch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/ctiedir/ctie-k.ch b/Build/source/texk/web2c/ctiedir/ctie-k.ch index bf2e92d770d..38e86be0b39 100644 --- a/Build/source/texk/web2c/ctiedir/ctie-k.ch +++ b/Build/source/texk/web2c/ctiedir/ctie-k.ch @@ -113,9 +113,10 @@ replaces the complex \.{TIE} character set handling (based on that of the original \.{WEB} system) with the standard \.{CWEB} behaviour, and so uses the |char| type for input and output. -The \.{kpathsea} library (version 3.4.5 and higher) defines the |true|, -|false|, |boolean| and |string| types in \.{<kpathsea/simpletypes.h>}, -so we do not actually need to define them here. +The \.{kpathsea} library (version 3.4.5 and higher) defines the |@!boolean| +(with the values |@!true| and |@!false|) and |@!string| (and |@!const_string|) +types in \.{<kpathsea/simpletypes.h>}, so we do not actually need to define +them here. @s boolean int @s string int @@ -195,8 +196,7 @@ This should cause no trouble in any \CEE/ program. @y @ And we need dynamic memory allocation. This should cause no trouble in any \CEE/ program. -The \.{kpathsea} include files handle the definition of |malloc()|, -too. +The \.{kpathsea} include files handle the definition of |@!malloc|, too. @^system dependencies@> @z |