]> git.saurik.com Git - bison.git/blobdiff - src/print_graph.c
* src/LR0.c (state_list_t, state_list_append): New.
[bison.git] / src / print_graph.c
index 33be34016a548afe6ea22cad4aac1d33b81d4846..7d81e2fe0f66a11f87cd5c56fa58b7a55029f985 100644 (file)
@@ -123,7 +123,7 @@ print_actions (state_t *state, const char *node_name)
 {
   int i;
 
-  shifts   *shiftp = state->shifts;
+  shifts_t   *shiftp = state->shifts;
   reductions *redp = state->reductions;
 
   static char buff[10];