X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ec3bc3961dd154cde7a14ce7e6b97b901af1dadb..5719c1092fec376fe02ecbd7f82bf2263e513959:/src/getargs.h diff --git a/src/getargs.h b/src/getargs.h index 76feac2d..8b0de9a4 100644 --- a/src/getargs.h +++ b/src/getargs.h @@ -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 };