diff options
Diffstat (limited to 'Build')
-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 |