[pkg-java] r3176 - trunk/qdox/debian/patches

Arnaud Vandyck avdyk at alioth.debian.org
Thu Apr 12 08:23:00 UTC 2007


Author: avdyk
Date: 2007-04-12 08:23:00 +0000 (Thu, 12 Apr 2007)
New Revision: 3176

Added:
   trunk/qdox/debian/patches/03_lexer.build.patch
Log:
patch the lexer to generate a correct JFlexLexer.java class

Added: trunk/qdox/debian/patches/03_lexer.build.patch
===================================================================
--- trunk/qdox/debian/patches/03_lexer.build.patch	2007-04-12 08:22:31 UTC (rev 3175)
+++ trunk/qdox/debian/patches/03_lexer.build.patch	2007-04-12 08:23:00 UTC (rev 3176)
@@ -0,0 +1,11 @@
+--- src/grammar/lexer.flex~	2006-10-28 15:01:38.000000000 +0000
++++ src/grammar/lexer.flex	2007-04-12 07:58:26.000000000 +0000
+@@ -48,7 +48,7 @@
+     }
+ 
+     private void pushState(int newState) {
+-        stateStack[stateDepth++] = yy_lexical_state;
++        stateStack[stateDepth++] = zzLexicalState;
+         yybegin(newState);
+     }
+ 




More information about the pkg-java-commits mailing list