update for support of modern JDKs #113

Closed
fabrice-ducos wants to merge 26 commits from fabrice-ducos/master into master
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 33b6428031 - Show all commits

View File

@@ -15,7 +15,7 @@
options {
STATIC = false;
JDK_VERSION = "1.3";
JDK_VERSION = "1.8";
ERROR_REPORTING = false;
DEBUG_LOOKAHEAD = false;
DEBUG_PARSER = false;

View File

@@ -15,7 +15,7 @@
options {
STATIC = false;
JDK_VERSION = "1.3";
JDK_VERSION = "1.8";
ERROR_REPORTING = false;
DEBUG_LOOKAHEAD = false;
DEBUG_PARSER = false;

View File

@@ -26,7 +26,7 @@
options {
STATIC = false;
JDK_VERSION = "1.3";
JDK_VERSION = "1.8";
ERROR_REPORTING = true;
UNICODE_INPUT = true;
DEBUG_LOOKAHEAD = false;