- /* Count the total number of conflicts, and if wanted, give a
- detailed report in FOUTPUT. */
+/*------------------------------------------.
+| Reporting the total number of conflicts. |
+`------------------------------------------*/
+
+void
+conflicts_print (void)
+{
+ int i;
+
+ /* Is the number of SR conflicts OK? Either EXPECTED_CONFLICTS is
+ not set, and then we want 0 SR, or else it is specified, in which
+ case we want equality. */
+ int src_ok = 0;
+
+ int src_total = 0;
+ int rrc_total = 0;
+
+ /* Conflicts by state. */