]> git.saurik.com Git - bison.git/blobdiff - src/conflicts.c
* doc/bison.texinfo (Debugging): Split into...
[bison.git] / src / conflicts.c
index 22e7d8a3801347288a65350618ccf27b4ef37ea6..df3c931ddc2b1900670324dff0c03e42f4a222c7 100644 (file)
@@ -43,7 +43,7 @@ static bitset lookaheadset;
 static inline void
 log_resolution (state_t *state, int LAno, int token, const char *resolution)
 {
-  if (verbose_flag)
+  if (report_flag & report_states)
     obstack_fgrow4 (&output_obstack,
                    _("\
 Conflict in state %d between rule %d and token %s resolved as %s.\n"),