summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/common.w
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2022-03-10 12:05:39 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2022-03-10 12:05:39 +0000
commit574a4237c34edeecccae60157528e89f8829ea0c (patch)
tree309f24e6ada01d3c15fb167ab96f50ee25c6f084 /Build/source/texk/web2c/cwebdir/common.w
parent030faf29ca8b4d73688fa735da6912aeef6fb61d (diff)
[CWEB] Another 'fall thru' comment.
git-svn-id: svn://tug.org/texlive/trunk@62586 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/common.w')
-rw-r--r--Build/source/texk/web2c/cwebdir/common.w2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/common.w b/Build/source/texk/web2c/cwebdir/common.w
index 941b7206cc2..fca446c40e1 100644
--- a/Build/source/texk/web2c/cwebdir/common.w
+++ b/Build/source/texk/web2c/cwebdir/common.w
@@ -919,7 +919,7 @@ switch(section_name_cmp(&first,name_len,r)) {
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);