texlive[61589] Build/source/texk/web2c: showstream: if

commits+karl at tug.org commits+karl at tug.org
Wed Jan 12 22:47:56 CET 2022


Revision: 61589
          http://tug.org/svn/texlive?view=revision&revision=61589
Author:   karl
Date:     2022-01-12 22:47:55 +0100 (Wed, 12 Jan 2022)
Log Message:
-----------
showstream: if (selector<no_print), rather than <log_only

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/showstream.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2022-01-12 21:22:19 UTC (rev 61588)
+++ trunk/Build/source/texk/web2c/ChangeLog	2022-01-12 21:47:55 UTC (rev 61589)
@@ -1,3 +1,7 @@
+2022-01-12  Marcel Kr\"uger  <tex at 2krueger.de>
+
+	* showstream.ch: if (selector<no_print), rather than <log_only.
+
 2022-01-11  Marcel Kr\"uger  <tex at 2krueger.de>
 
 	* showstream.ch: adjust selector for show_stream.

Modified: trunk/Build/source/texk/web2c/showstream.ch
===================================================================
--- trunk/Build/source/texk/web2c/showstream.ch	2022-01-12 21:22:19 UTC (rev 61588)
+++ trunk/Build/source/texk/web2c/showstream.ch	2022-01-12 21:47:55 UTC (rev 61589)
@@ -13,7 +13,7 @@
 end;
 @y
 procedure print_nl(@!s:str_number); {prints string |s| at beginning of line}
-begin if (selector<log_only)or((term_offset>0)and(odd(selector)))or@|
+begin if (selector<no_print)or((term_offset>0)and(odd(selector)))or@|
   ((file_offset>0)and(selector>=log_only)) then print_ln;
 print(s);
 end;



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