texlive[72087] Build/source/texk/web2c: [WEB] Fix a few spaces.

commits+ascherer at tug.org commits+ascherer at tug.org
Fri Aug 23 14:27:21 CEST 2024


Revision: 72087
          https://tug.org/svn/texlive?view=revision&revision=72087
Author:   ascherer
Date:     2024-08-23 14:27:21 +0200 (Fri, 23 Aug 2024)
Log Message:
-----------
[WEB] Fix a few spaces.

Curiously, WEAVE adds spaces before a/o after certain PASCAL keywords,
when they are used in |vertical bars| in TeX text or comments. The
construct '\ignorespaces|...|\unskip' is used in several WEB sources,
obviously for a long time.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/gftopk.ch
    trunk/Build/source/texk/web2c/gftype.ch
    trunk/Build/source/texk/web2c/pktogf.ch
    trunk/Build/source/texk/web2c/pktype.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2024-08-22 23:42:04 UTC (rev 72086)
+++ trunk/Build/source/texk/web2c/ChangeLog	2024-08-23 12:27:21 UTC (rev 72087)
@@ -1,3 +1,10 @@
+2024-08-23  Andreas Scherer  <https://ascherer.github.io>
+
+	* gftopk.ch,
+	* gftype.ch,
+	* pktogf.ch,
+	* pktype.ch: Fix a few spaces.
+
 2024-08-21  Andreas Scherer  <https://ascherer.github.io>
 
 	* weav-twill.ch: Prime the title page.

Modified: trunk/Build/source/texk/web2c/gftopk.ch
===================================================================
--- trunk/Build/source/texk/web2c/gftopk.ch	2024-08-22 23:42:04 UTC (rev 72086)
+++ trunk/Build/source/texk/web2c/gftopk.ch	2024-08-23 12:27:21 UTC (rev 72087)
@@ -82,7 +82,7 @@
 @<Labels...@>=final_end;
 @y
 @ This module is deleted, because it is only useful for
-a non-local goto, which we can't use in C.
+a non-local |goto|\unskip, which we can't use in C.
 @z
 
 @x [6] Dynamic allocation of |row| array.

Modified: trunk/Build/source/texk/web2c/gftype.ch
===================================================================
--- trunk/Build/source/texk/web2c/gftype.ch	2024-08-22 23:42:04 UTC (rev 72086)
+++ trunk/Build/source/texk/web2c/gftype.ch	2024-08-23 12:27:21 UTC (rev 72087)
@@ -78,7 +78,7 @@
 @<Labels...@>=final_end;
 @y
 @ This module is deleted, because it is only useful for
-a non-local goto, which we can't use in C.
+a non-local |goto|\unskip, which we can't use in C.
 
 Instead, we define parameters settable at runtime.
 

Modified: trunk/Build/source/texk/web2c/pktogf.ch
===================================================================
--- trunk/Build/source/texk/web2c/pktogf.ch	2024-08-22 23:42:04 UTC (rev 72086)
+++ trunk/Build/source/texk/web2c/pktogf.ch	2024-08-23 12:27:21 UTC (rev 72087)
@@ -79,7 +79,7 @@
 @<Labels...@>=final_end;
 @y
 @ This module is deleted, because it is only useful for
-a non-local goto, which we don't use in C.
+a non-local |goto|\unskip, which we don't use in C.
 @z
 
 % [6] Remove terminal_line_length, since there is no dialog, and

Modified: trunk/Build/source/texk/web2c/pktype.ch
===================================================================
--- trunk/Build/source/texk/web2c/pktype.ch	2024-08-22 23:42:04 UTC (rev 72086)
+++ trunk/Build/source/texk/web2c/pktype.ch	2024-08-23 12:27:21 UTC (rev 72087)
@@ -65,7 +65,7 @@
 @<Labels...@>=final_end;
 @y
 @ This module is deleted, because it is only useful for
-a non-local |goto|, which we don't use in C.
+a non-local |goto|\unskip, which we don't use in C.
 @z
 
 % [6] No need for |name_length| or |terminal_line_length|.  Since these
@@ -89,7 +89,7 @@
 begin goto final_end;
 end;
 @y
-@ We use a call to the external C exit to avoid a non-local |goto|.
+@ We use a call to the external C exit to avoid a non-local |goto|\unskip.
 
 @d abort(#)==begin print_ln(#); uexit(1) end
 



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