Skip to content

Commit

Permalink
options
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Nov 25, 2014
1 parent 72340e5 commit 2e85a16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/javacc/net/sf/jsqlparser/parser/JSqlParserCC.jj
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
options{
IGNORE_CASE=true ;
STATIC=false;
// DEBUG_PARSER=true;
// DEBUG_LOOKAHEAD=true ;
DEBUG_PARSER=false;
DEBUG_LOOKAHEAD=false;
DEBUG_TOKEN_MANAGER=false;
// FORCE_LA_CHECK=true;
// DEBUG_TOKEN_MANAGER=true;
UNICODE_INPUT=true;
}

Expand Down

0 comments on commit 2e85a16

Please sign in to comment.