texlive[57871] Build/source/texk/web2c/cwebdir: [CWEB] Fix spacing

commits+ascherer at tug.org commits+ascherer at tug.org
Wed Feb 24 16:20:06 CET 2021


Revision: 57871
          http://tug.org/svn/texlive?view=revision&revision=57871
Author:   ascherer
Date:     2021-02-24 16:20:06 +0100 (Wed, 24 Feb 2021)
Log Message:
-----------
[CWEB] Fix spacing for |#include| in TeX comment.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/cweave.w

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-24 13:49:18 UTC (rev 57870)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-24 15:20:06 UTC (rev 57871)
@@ -1,5 +1,9 @@
 2021-02-24  Andreas Scherer  <https://ascherer.github.io>
 
+	* cweave.w: Fix spacing for |#include| in TeX comment.
+
+2021-02-24  Andreas Scherer  <https://ascherer.github.io>
+
 	* common.w,
 	* ctangle.w,
 	* cweave.w: Fine print for single '@' characters in TeX text.

Modified: trunk/Build/source/texk/web2c/cwebdir/cweave.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cweave.w	2021-02-24 13:49:18 UTC (rev 57870)
+++ trunk/Build/source/texk/web2c/cwebdir/cweave.w	2021-02-24 15:20:06 UTC (rev 57871)
@@ -736,7 +736,7 @@
 name as a string.
 
 @<Private...@>=
-static boolean sharp_include_line=false; /* are we scanning a |#include| line? */
+static boolean sharp_include_line=false; /* are we scanning a \&{\#include} line? */
 
 @ @<Check if next token is |include|@>=
 while (loc<=buffer_end-7 && xisspace(*loc)) loc++;
@@ -845,7 +845,7 @@
     if (delim=='u' && *loc=='8') { *++id_loc=*loc++; }
     delim=*loc++; *++id_loc=delim;
   }
-  if (delim=='<') delim='>'; /* for file names in |#include| lines */
+  if (delim=='<') delim='>'; /* for file names in \&{\#include} lines */
   while (true) {
     if (loc>=limit) {
       if(*(limit-1)!='\\') {



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