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:
Minero Aoki 2009-05-10 16:49:49 +00:00
parent 21f7253fc9
commit f6c90ab8da
2 changed files with 6 additions and 0 deletions

View File

@ -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 ->

View File

@ -3,6 +3,7 @@ options {
STATIC = false;
DEBUG_PARSER = true;
UNICODE_INPUT = true;
JDK_VERSION = "1.5";
}
// #@@}