X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/06a2f464b12323e85887a102d38bb2cefd038931..b59b91bb6e46b51bfc7960bacd654ca7b710f3c7:/src/print_graph.c diff --git a/src/print_graph.c b/src/print_graph.c index 5a3ba52d..76dc1833 100644 --- a/src/print_graph.c +++ b/src/print_graph.c @@ -85,8 +85,8 @@ print_actions (int state, const char *node_name) { 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