- fprintf (stderr, _("state_list_append (state = %d, symbol = %d (%s))\n"),
- nstates, symbol, symbols[symbol]->tag);
-
- /* If this is the endtoken, and this is not the initial state, then
- this is the final state. */
- if (symbol == 0 && first_state)
- final_state = state;
+ fprintf (stderr, "state_list_append (state = %d, symbol = %d (%s))\n",
+ nstates, sym, symbols[sym]->tag);