fix parse and semantic v2.1
This commit is contained in:
@@ -39,7 +39,7 @@ FILE *code;
|
||||
/* allocate and set tracing flags */
|
||||
int EchoSource = FALSE;
|
||||
int TraceScan = FALSE;
|
||||
int TraceParse = FALSE;
|
||||
int TraceParse = TRUE;
|
||||
int TraceAnalyze = TRUE;
|
||||
int TraceCode = FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user