X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f2632e420f295bf6680a3e2e4994d331fa40d982..c1586e58fe6aae9e5538efca59cd349ef464e2f4:/src/LR0.c diff --git a/src/LR0.c b/src/LR0.c index 644d2644..3288d9dc 100644 --- a/src/LR0.c +++ b/src/LR0.c @@ -23,7 +23,6 @@ The entry point is generate_states. */ #include "system.h" -#include "xalloc.h" #include "gram.h" #include "state.h" #include "complain.h" @@ -201,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)