[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9755]
This commit is contained in:
parrt 2011-12-26 17:57:00 -08:00
parent 24c572d055
commit bf8473e0fd
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class LexerATNSimulator extends ATNSimulator {
public static boolean debug = false;
public static boolean dfa_debug = false;
public static final int NUM_EDGES = 255;
public static final int NUM_EDGES = 255; // forces unicode to stay in ATN
private boolean trace = false;
private OutputStream traceStream = null;