(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user