From 88ca183191d781effd96add853e40d37ce3a0233 Mon Sep 17 00:00:00 2001 From: terkhen Date: Thu, 29 Jul 2010 14:26:28 +0000 Subject: (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). --- src/depend/depend.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/depend/depend.cpp') diff --git a/src/depend/depend.cpp b/src/depend/depend.cpp index 7da5fecbb..ba868464b 100644 --- a/src/depend/depend.cpp +++ b/src/depend/depend.cpp @@ -674,7 +674,7 @@ void ScanFile(const char *filename, const char *ext, bool header, bool verbose) free((void*)h); } } - /* Fall through */ + /* FALL THROUGH */ default: break; } break; @@ -796,7 +796,7 @@ void ScanFile(const char *filename, const char *ext, bool header, bool verbose) break; } if (verbose) fprintf(stderr, "\n"); - /* Fall through */ + /* FALL THROUGH */ default: /* Ignore the rest of the garbage on this line */ while (lexer.GetToken() != TOKEN_EOL && lexer.GetToken() != TOKEN_END) lexer.Lex(); -- cgit v1.2.3-54-g00ecf