summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ctiedir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/ctiedir/ctie-k.ch6
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.