]> git.saurik.com Git - bison.git/blobdiff - src/print_graph.c
(output): Do not output "#include <stdio.h>"; that is bison.simple's
[bison.git] / src / print_graph.c
index 5a3ba52db72c514606546a5ebd8ec3bc5977a1d4..76dc18331eb45a9980c938eb25418bc32c72dc96 100644 (file)
@@ -85,8 +85,8 @@ print_actions (int state, const char *node_name)
 {
   int i;
 
 {
   int i;
 
-  shifts   *shiftp = state_table[state].shift_table;
-  reductions *redp = state_table[state].reduction_table;
+  shifts   *shiftp = state_table[state].shifts;
+  reductions *redp = state_table[state].reductions;
 #if 0
   errs       *errp = err_table[state];
 #endif
 #if 0
   errs       *errp = err_table[state];
 #endif