diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2021-04-06 17:10:54 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2021-04-06 17:10:54 +0000 |
commit | a1d4e118587689d3756bfb896c6eecdf30dd2535 (patch) | |
tree | d921e839f12cbfb57431280a336dc00fe28dde5a /Build/source | |
parent | bb4e1a7a425f2dec1173950cca12e6fd4bba0047 (diff) |
[CTIE] Use 'putc' for single newline character.
git-svn-id: svn://tug.org/texlive/trunk@58770 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/ctiedir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ctiedir/ctie-k.ch | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ctiedir/ChangeLog b/Build/source/texk/web2c/ctiedir/ChangeLog index 27ac7dc6c98..5af1c85e12f 100644 --- a/Build/source/texk/web2c/ctiedir/ChangeLog +++ b/Build/source/texk/web2c/ctiedir/ChangeLog @@ -1,3 +1,7 @@ +2021-04-06 Andreas Scherer <https://ascherer.github.io> + + * ctie-k.ch: Use 'putc' for single newline character. + 2021-04-04 Andreas Scherer <https://ascherer.github.io> * ctie-k.ch: Include TeX Live versionstring in banner line. diff --git a/Build/source/texk/web2c/ctiedir/ctie-k.ch b/Build/source/texk/web2c/ctiedir/ctie-k.ch index 33e69c02dc5..978737bf762 100644 --- a/Build/source/texk/web2c/ctiedir/ctie-k.ch +++ b/Build/source/texk/web2c/ctiedir/ctie-k.ch @@ -422,6 +422,12 @@ char *s, *t; void pfatal_error (const char *s, const char *t) @z +@x l.707 + else fprintf(stderr, "\n"); +@y + else putc('\n', stderr); +@z + @x l.713 @ We need an include file for the above. |