X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4bc30f78dc54b245896dd04724019b9b767a7b33..6986fd9e3b0af45d17e709525587877871212bba:/src/LR0.c diff --git a/src/LR0.c b/src/LR0.c index 133a8218..3288d9dc 100644 --- a/src/LR0.c +++ b/src/LR0.c @@ -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)