-/* Import the definition of CORE, SHIFTS and REDUCTIONS. */
-# include "state.h"
-
-
-/* Compute how to make the finite state machine deterministic; find
- which rules need lookahead in each state, and which lookahead
- tokens they accept. */
-
-void lalr PARAMS ((void));
-
-
-/* lalr() builds these data structures. */