--- 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); }