]> git.saurik.com Git - bison.git/blobdiff - src/getargs.h
and Akim Demaille <akim@epita.fr>
[bison.git] / src / getargs.h
index 76feac2dcc44179dc9aab25f7b0f24306d6a0dae..8b0de9a456649d76123b816305b177ec60223cf1 100644 (file)
@@ -43,6 +43,7 @@ enum
     report_states = 1 << 0,
     report_itemsets = 1 << 1,
     report_lookaheads = 1 << 2,
+    report_solved_conflicts = 1 << 3,
     report_all = ~0
   };