diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-21 15:16:22 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-21 15:16:22 +0000 |
commit | 820de098817b5b046ddd42fe0961658d161d72f1 (patch) | |
tree | d4a92149164ec22711e91657629134f685f4ace0 | |
parent | 249f29986a49e9382f3f8b2575dbaa8f0ff6ab9f (diff) |
[TIE] Fix case glitch.
git-svn-id: svn://tug.org/texlive/trunk@55896 c570f23f-e606-0410-a88d-b1316a301751
-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, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/tiedir/ChangeLog b/Build/source/texk/web2c/tiedir/ChangeLog index c14236747fc..04ade311b50 100644 --- a/Build/source/texk/web2c/tiedir/ChangeLog +++ b/Build/source/texk/web2c/tiedir/ChangeLog @@ -1,3 +1,7 @@ +2020-07-21 Andreas Scherer <https://ascherer.github.io> + + * tie-w2c.ch: Fix case glitch in section 18. + 2020-07-20 Andreas Scherer <https://ascherer.github.io> * tie-w2c.ch: We do use 'enum' in TeX Live's 'tie'. diff --git a/Build/source/texk/web2c/tiedir/tie-w2c.ch b/Build/source/texk/web2c/tiedir/tie-w2c.ch index 9a10a81eba8..a907d4bd43b 100644 --- a/Build/source/texk/web2c/tiedir/tie-w2c.ch +++ b/Build/source/texk/web2c/tiedir/tie-w2c.ch @@ -183,6 +183,12 @@ The \.{kpathsea} include files handle the definition of |@!malloc|, too. Sections 18 and 19: use enum as requested in tie.w +@x l.526 Fix case glitch. +the kind of output. (this would even be necessary if we +@y +the kind of output. (This would even be necessary if we +@z + @x l.530 #define search 0 #define test 1 |