]> git.saurik.com Git - bison.git/blobdiff - src/print.c
* src/LR0.c (generate_states): Use nritems, not nitems, nor using
[bison.git] / src / print.c
index b893c5c9d55ee4495fbd76f704709466626a7c16..90685ba09d4cafb07a68dc8891a345b86f0720a5 100644 (file)
@@ -495,7 +495,7 @@ print_results (void)
      only its kernel.  Requires to run closure, which need memory
      allocation/deallocation.  */
   if (trace_flag)
-    new_closure (nitems);
+    new_closure (nritems);
   /* Storage for print_reductions.  */
   shiftset = XCALLOC (unsigned, tokensetsize);
   lookaheadset = XCALLOC (unsigned, tokensetsize);