let it build DFA again.

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9505]
This commit is contained in:
parrt 2011-11-30 18:31:20 -08:00
parent ad9259fc4f
commit b6b4583b92
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class ParserATNSimulator<Symbol> extends ATNSimulator {
public static int retry_with_context = 0;
public static int retry_with_context_indicates_no_conflict = 0;
public static boolean buildDFA = false;
public static boolean buildDFA = true;
@Nullable
protected final BaseRecognizer<Symbol> parser;