COMP: Removed warnings about unreachable code and constant control expressions. Added the changes to the instructions in the input lex files.

This commit is contained in:
Brad King
2005-05-03 15:19:34 -04:00
parent bac564356b
commit 4b843d135e
4 changed files with 8 additions and 133 deletions

View File

@@ -28,6 +28,7 @@ Modify cmDependsJavaLexer.cxx:
- remove "yyscanner" argument from these methods:
yy_fatal_error, yyalloc, yyrealloc, yyfree
- remove all YY_BREAK lines occurring right after return statements
- change while ( 1 ) to for(;;)
Modify cmDependsJavaLexer.h:
- remove TABs