]> git.saurik.com Git - bison.git/blobdiff - src/print_graph.c
Get rid of broken %no-parser, -n, and --no-parser implementation and
[bison.git] / src / print_graph.c
index aba6902831e155eae002a17143ba3cfedbd6035d..76a76587d66bb7b64eccd9dfb1e3c78693ad7591 100644 (file)
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -56,7 +56,7 @@ print_core (struct obstack *oout, state *s)
     {
       closure (sitems, snritems);
       sitems = itemset;
-      snritems = nritemset;
+      snritems = nitemset;
     }
 
   obstack_fgrow1 (oout, "%d", s->number);