]> git.saurik.com Git - bison.git/blobdiff - src/print_graph.c
* src/LR0.c (generate_states): Use nritems, not nitems, nor using
[bison.git] / src / print_graph.c
index 0cdba5a1d35ed82e703c276d7b1678ce6100c8f1..506d211307beaf7388918a4be3c8e1b1aedad131 100644 (file)
@@ -199,7 +199,7 @@ print_graph (void)
   output_graph (&graph, fgraph);
 
   /* Output nodes and edges. */
-  new_closure (nitems);
+  new_closure (nritems);
   for (i = 0; i < nstates; i++)
     print_state (state_table[i]);
   free_closure ();