From 7dd9d470599f145845572ac1f0d4b621c19c1cdb Mon Sep 17 00:00:00 2001 From: charnier Date: Sun, 25 Aug 2002 13:23:09 +0000 Subject: Replace various spelling with FALLTHROUGH which is lint()able --- usr.bin/lex/initscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/lex') diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index b81d43b..a7316ba 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -3176,7 +3176,7 @@ static int input() /* Reset buffer status. */ yyrestart( yyin ); - /* fall through */ + /* FALLTHROUGH */ case EOB_ACT_END_OF_FILE: { -- cgit v1.1