* src/LR0.c (new_state): Complete trace code.

* src/nullable.c (set_nullable): Don't translate traces.
This commit is contained in:
Akim Demaille
2001-11-19 10:28:57 +00:00
parent 4bc30f78dc
commit 6986fd9e3b
3 changed files with 10 additions and 3 deletions

View File

@@ -200,7 +200,8 @@ new_state (int symbol)
short *iend;
#if TRACE
fprintf (stderr, "Entering new_state, symbol = %d\n", symbol);
fprintf (stderr, "Entering new_state, symbol = %d, state = %d\n",
symbol, nstates);
#endif
if (nstates >= MAXSHORT)