diff options
author | Brad King <brad.king@kitware.com> | 2005-05-03 19:19:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-05-03 19:19:34 (GMT) |
commit | 4b843d135e9cded06b95224a52caba094619d4b9 (patch) | |
tree | 9234e74b525b102731b5cfc644af04365b9998d8 /Source/cmDependsJavaLexer.in.l | |
parent | bac564356b52b6ef1782615ad704d07bd7b8edd6 (diff) | |
download | CMake-4b843d135e9cded06b95224a52caba094619d4b9.zip CMake-4b843d135e9cded06b95224a52caba094619d4b9.tar.gz CMake-4b843d135e9cded06b95224a52caba094619d4b9.tar.bz2 |
COMP: Removed warnings about unreachable code and constant control expressions. Added the changes to the instructions in the input lex files.
Diffstat (limited to 'Source/cmDependsJavaLexer.in.l')
-rw-r--r-- | Source/cmDependsJavaLexer.in.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDependsJavaLexer.in.l b/Source/cmDependsJavaLexer.in.l index 74671d1..22879b9 100644 --- a/Source/cmDependsJavaLexer.in.l +++ b/Source/cmDependsJavaLexer.in.l @@ -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 |