texlive[62590] Build/source/texk/web2c/cwebdir/ctangle.w: [CWEB]
commits+ascherer at tug.org
commits+ascherer at tug.org
Thu Mar 10 17:43:36 CET 2022
Revision: 62590
http://tug.org/svn/texlive?view=revision&revision=62590
Author: ascherer
Date: 2022-03-10 17:43:36 +0100 (Thu, 10 Mar 2022)
Log Message:
-----------
[CWEB] Redundant control code.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/ctangle.w
Modified: trunk/Build/source/texk/web2c/cwebdir/ctangle.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctangle.w 2022-03-10 15:54:52 UTC (rev 62589)
+++ trunk/Build/source/texk/web2c/cwebdir/ctangle.w 2022-03-10 16:43:36 UTC (rev 62590)
@@ -666,7 +666,7 @@
else out_state=verbatim; break;
case '/': C_putc('/'); out_state=post_slash; break;
case '*': if (out_state==post_slash) C_putc(' ');
- @=/* fall through */@>@;@;
+ @=/* fall through */@>@;
default: C_putc(cur_char); out_state=normal; break;
}
}
More information about the tex-live-commits
mailing list.