Skip to content

Commit 2e85a16

Browse files
committed
options
1 parent 72340e5 commit 2e85a16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/javacc/net/sf/jsqlparser/parser/JSqlParserCC.jj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
options{
2424
IGNORE_CASE=true ;
2525
STATIC=false;
26-
// DEBUG_PARSER=true;
27-
// DEBUG_LOOKAHEAD=true ;
26+
DEBUG_PARSER=false;
27+
DEBUG_LOOKAHEAD=false;
28+
DEBUG_TOKEN_MANAGER=false;
2829
// FORCE_LA_CHECK=true;
29-
// DEBUG_TOKEN_MANAGER=true;
3030
UNICODE_INPUT=true;
3131
}
3232

0 commit comments

Comments
 (0)