texlive[58770] Build/source/texk/web2c/ctiedir: [CTIE] Use 'putc' for

commits+ascherer at tug.org commits+ascherer at tug.org
Tue Apr 6 19:10:54 CEST 2021


Revision: 58770
          http://tug.org/svn/texlive?view=revision&revision=58770
Author:   ascherer
Date:     2021-04-06 19:10:54 +0200 (Tue, 06 Apr 2021)
Log Message:
-----------
[CTIE] Use 'putc' for single newline character.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ctiedir/ChangeLog
    trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch

Modified: trunk/Build/source/texk/web2c/ctiedir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ctiedir/ChangeLog	2021-04-06 11:16:53 UTC (rev 58769)
+++ trunk/Build/source/texk/web2c/ctiedir/ChangeLog	2021-04-06 17:10:54 UTC (rev 58770)
@@ -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.

Modified: trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch
===================================================================
--- trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch	2021-04-06 11:16:53 UTC (rev 58769)
+++ trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch	2021-04-06 17:10:54 UTC (rev 58770)
@@ -422,6 +422,12 @@
 void pfatal_error (const char *s, const char *t)
 @z
 
+ at x l.707
+    else fprintf(stderr, "\n");
+ at y
+    else putc('\n', stderr);
+ at z
+
 @x l.713
 @ We need an include file for the above.
 



More information about the tex-live-commits mailing list.