]> git.saurik.com Git - bison.git/blobdiff - src/print_graph.c
* data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
[bison.git] / src / print_graph.c
index 34ffc6cc746509375d20b052608aeaa3f39db393..0eecd460132fe905f44a03ee154711547a7bfdc6 100644 (file)
@@ -49,9 +49,9 @@ static FILE *fgraph = NULL;
 static void
 print_core (struct obstack *oout, state *s)
 {
-  int i;
+  size_t i;
   item_number *sitems = s->items;
-  int snritems = s->nitems;
+  size_t snritems = s->nitems;
 
   /* Output all the items of a state, not only its kernel.  */
   if (report_flag & report_itemsets)