texlive[62586] Build/source/texk/web2c: [CWEB] Another 'fall thru'

commits+ascherer at tug.org commits+ascherer at tug.org
Thu Mar 10 13:05:39 CET 2022


Revision: 62586
          http://tug.org/svn/texlive?view=revision&revision=62586
Author:   ascherer
Date:     2022-03-10 13:05:39 +0100 (Thu, 10 Mar 2022)
Log Message:
-----------
[CWEB] Another 'fall thru' comment.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/cwebboot.cin
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/common.c
    trunk/Build/source/texk/web2c/cwebdir/common.w

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2022-03-10 11:06:25 UTC (rev 62585)
+++ trunk/Build/source/texk/web2c/ChangeLog	2022-03-10 12:05:39 UTC (rev 62586)
@@ -1,6 +1,7 @@
 2022-03-10  Andreas Scherer  <https://ascherer.github.io>
 
-	* ctangleboot.cin: Make 'fall thru' comments active.
+	* ctangleboot.cin,
+	* cwebboot.cin: Make 'fall thru' comments active.
 
 2022-03-03  Andreas Scherer  <https://ascherer.github.io>
 

Modified: trunk/Build/source/texk/web2c/cwebboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/cwebboot.cin	2022-03-10 11:06:25 UTC (rev 62585)
+++ trunk/Build/source/texk/web2c/cwebboot.cin	2022-03-10 12:05:39 UTC (rev 62586)
@@ -1229,7 +1229,7 @@
 err_print(">");
 }
 else if(name_len<prefix_length(r))set_prefix_length(r,name_len);
-
+/* fall through */
 case equal:break;
 case extension:if(!ispref||first<=last)
 extend_section_name(r,first,last+1,ispref);

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2022-03-10 11:06:25 UTC (rev 62585)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2022-03-10 12:05:39 UTC (rev 62586)
@@ -1,6 +1,8 @@
 2022-03-10  Andreas Scherer  <https://ascherer.github.io>
 
 	* Makefile,
+	* common.c,
+	* common.w,
 	* ctang-w2c.ch,
 	* ctangle.c,
 	* ctangle.w,

Modified: trunk/Build/source/texk/web2c/cwebdir/common.c
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/common.c	2022-03-10 11:06:25 UTC (rev 62585)
+++ trunk/Build/source/texk/web2c/cwebdir/common.c	2022-03-10 12:05:39 UTC (rev 62586)
@@ -1017,7 +1017,7 @@
 err_print(">");
 }
 else if(name_len<prefix_length(r))set_prefix_length(r,name_len);
-
+/* fall through */
 case equal:break;
 case extension:if(!ispref||first<=last)
 extend_section_name(r,first,last+1,ispref);

Modified: trunk/Build/source/texk/web2c/cwebdir/common.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/common.w	2022-03-10 11:06:25 UTC (rev 62585)
+++ trunk/Build/source/texk/web2c/cwebdir/common.w	2022-03-10 12:05:39 UTC (rev 62586)
@@ -919,7 +919,7 @@
       err_print(">");
     }
     else if (name_len<prefix_length(r)) set_prefix_length(r,name_len);
-    /* fall through */
+    @=/* fall through */@>
   case equal: break;
   case extension: if (!ispref || first<=last)
         extend_section_name(r,first,last+1,ispref);



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