diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2022-03-10 12:05:39 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2022-03-10 12:05:39 +0000 |
commit | 574a4237c34edeecccae60157528e89f8829ea0c (patch) | |
tree | 309f24e6ada01d3c15fb167ab96f50ee25c6f084 /Build/source/texk/web2c/cwebboot.cin | |
parent | 030faf29ca8b4d73688fa735da6912aeef6fb61d (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/cwebboot.cin')
-rw-r--r-- | Build/source/texk/web2c/cwebboot.cin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebboot.cin b/Build/source/texk/web2c/cwebboot.cin index ebf5f2c7c58..212a8b704c5 100644 --- a/Build/source/texk/web2c/cwebboot.cin +++ b/Build/source/texk/web2c/cwebboot.cin @@ -1229,7 +1229,7 @@ print_section_name(r); 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); |