diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-23 12:16:09 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-23 12:16:09 +0000 |
commit | 8d2cc5455c8a3455b34390492e7f6eeb9d52d0d5 (patch) | |
tree | 532669f922e5b99190ff121372f31945ffaccd12 /Build/source/texk/web2c/tiedir | |
parent | 91f76858bb2e49d2a0e7e8703eee76902079f91e (diff) |
[TIE] Fix typographic deviations from original tie.
git-svn-id: svn://tug.org/texlive/trunk@54846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tiedir')
-rw-r--r-- | Build/source/texk/web2c/tiedir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/tiedir/tie-w2c.ch | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/tiedir/ChangeLog b/Build/source/texk/web2c/tiedir/ChangeLog index bac1e04863c..1e7389ba81c 100644 --- a/Build/source/texk/web2c/tiedir/ChangeLog +++ b/Build/source/texk/web2c/tiedir/ChangeLog @@ -1,3 +1,7 @@ +2020-04-23 Andreas Scherer <https://ascherer.github.io> + + * ctie-w2c.ch: Fix typographic deviations from original tie. + 2018-01-18 Karl Berry <karl@tug.org> * tie-w2c.w (print, print_ln): printf %s instead of direct string diff --git a/Build/source/texk/web2c/tiedir/tie-w2c.ch b/Build/source/texk/web2c/tiedir/tie-w2c.ch index 0d1c4fbb44f..569a5998839 100644 --- a/Build/source/texk/web2c/tiedir/tie-w2c.ch +++ b/Build/source/texk/web2c/tiedir/tie-w2c.ch @@ -17,7 +17,9 @@ 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 \.{cpascal.h} */ +@s boolean int +@s string int @z @x -- we need more input files. @@ -46,7 +48,7 @@ typedef char* string; #include "cpascal.h" #include <stdio.h> #include <kpathsea/kpathsea.h> -/* Also redefine usage to avoid clash with function from lib. */ +/* Also redefine |usage| to avoid clash with function from lib. */ #define usage tieusage @z |