From: Akim Demaille Date: Fri, 21 Sep 2012 13:19:12 +0000 (+0200) Subject: %expect-rr is for GLR only X-Git-Tag: v2.7.90~328 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d140056923f4942c645cf56e0f6940e28113cfdd?hp=d140056923f4942c645cf56e0f6940e28113cfdd %expect-rr is for GLR only * src/conflicts.c (conflicts_print): Complain about %expect-rr if not in GLR mode, regardless of the number of reduce/reduce conflicts. * tests/conflicts.at (%expect-rr non GLR): New test. * NEWS: Update. ---