mirror of https://github.com/aamine/cbc
r4828@macbookpro: aamine | 2009-05-11 01:49:02 +0900
* net/loveruby/cflat/parser/Parser.jj: use JDK_VERSION="1.5" to suppress warnings. git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4206 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
parent
21f7253fc9
commit
f6c90ab8da
|
@ -1,3 +1,8 @@
|
|||
Mon May 11 01:49:29 2009 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* net/loveruby/cflat/parser/Parser.jj: use JDK_VERSION="1.5" to
|
||||
suppress warnings.
|
||||
|
||||
Mon May 11 01:47:51 2009 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* net/loveruby/cflat/codegenerator/CodeGenerator.java ->
|
||||
|
|
|
@ -3,6 +3,7 @@ options {
|
|||
STATIC = false;
|
||||
DEBUG_PARSER = true;
|
||||
UNICODE_INPUT = true;
|
||||
JDK_VERSION = "1.5";
|
||||
}
|
||||
// #@@}
|
||||
|
||||
|
|
Loading…
Reference in New Issue