]> git.saurik.com Git - bison.git/blobdiff - src/conflicts.c
* src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
[bison.git] / src / conflicts.c
index 4b576894dffe44fb5704460f5f32af84b47c0298..f9bb23a003e12647209fe2671315ead7fd265dbb 100644 (file)
@@ -432,7 +432,7 @@ conflicts_output (FILE *out)
 int
 conflicts_total_count (void)
 {
-  int i;
+  unsigned i;
   int count;
 
   /* Conflicts by state.  */
@@ -445,7 +445,7 @@ conflicts_total_count (void)
       }
   return count;
 }
+
 
 /*------------------------------------------.
 | Reporting the total number of conflicts.  |