qdox/qdox-1.6.1-jflex.patch
2008-10-24 19:44:10 +00:00

12 lines
355 B
Diff

--- 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 @@
}
private void pushState(int newState) {
- stateStack[stateDepth++] = yy_lexical_state;
+ stateStack[stateDepth++] = zzLexicalState;
yybegin(newState);
}