Files
gentoo/dev-java/qdox/files/jflex-1.6.1.patch
James Le Cuirot 83144fb540 dev-java/qdox: Make build work against jflex 1.6.1
This allows the ~arm keyword to be added. The ~ppc64 keyword has had
to be temporarily dropped due to javacup needing Java 7.

Package-Manager: portage-2.2.20.1
2015-11-02 23:56:17 +00:00

28 lines
680 B
Diff

https://github.com/jflex-de/jflex/commit/f312d563777d907bbb12d1e2ac79835ba83ca53c
--- a/src/grammar/skeleton.inner 2012-11-04 16:16:30.000000000 +0000
+++ b/src/grammar/skeleton.inner 2015-11-02 20:57:37.566057363 +0000
@@ -407,15 +407,15 @@
zzMarkedPos = zzMarkedPosL;
--- char count update
---- actions
- default:
- if (zzInput == YYEOF && zzStartRead == zzCurrentPos) {
- zzAtEOF = true;
+ if (zzInput == YYEOF && zzStartRead == zzCurrentPos) {
+ zzAtEOF = true;
--- eofvalue
- }
- else {
+ }
+ else {
+--- actions
+ default:
--- no match
- }
+ }
}
}
}