The entry point is generate_states. */
#include "system.h"
-#include "xalloc.h"
#include "gram.h"
#include "state.h"
#include "complain.h"
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)