2008-10-24 19:44:10 +00:00
|
|
|
--- qdox/src/grammar/lexer.flex.orig 2008-07-29 10:40:50.044757855 -0400
|
|
|
|
+++ qdox/src/grammar/lexer.flex 2008-07-29 10:41:41.629793288 -0400
|
|
|
|
@@ -48,7 +48,7 @@
|
2008-02-22 23:06:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
private void pushState(int newState) {
|
|
|
|
- stateStack[stateDepth++] = yy_lexical_state;
|
|
|
|
+ stateStack[stateDepth++] = zzLexicalState;
|
|
|
|
yybegin(newState);
|
|
|
|
}
|
|
|
|
|