Blob Blame History Raw
--- src/grammar/lexer.flex.orig	2008-02-22 13:10:40.000000000 -0500
+++ src/grammar/lexer.flex	2008-02-22 13:10:55.000000000 -0500
@@ -38,7 +38,7 @@
     }
 
     private void pushState(int newState) {
-        stateStack[stateDepth++] = yy_lexical_state;
+        stateStack[stateDepth++] = zzLexicalState;
         yybegin(newState);
     }