On Fri, 30 Apr 2010, Joel E. Denny wrote: > +2010-04-30 Joel E. Denny <[email protected]> > + > + Revert 2009-12-30 change for undefined %prec token complaints. > + That is, keep them as warnings because that should be sufficient > + to satisfy POSIX without creating backward compatibility issues. > + Suggested by Richard Stallman at > + <http://lists.gnu.org/archive/html/bison-patches/2010-03/msg00033.html>. > + * NEWS (2.5): Remove mention of complaint. > + * src/reader.c (grammar_rule_check): Convert warning back to > + complaint.
Oops, that sentence is backwards. I pushed the following to master and branch-2.5 to fix that, but it seems pointless to write another ChangeLog entry to describe this fix. >From 56e92e0bffe6f7d3d6ecb0506280529b0a2fa7bf Mon Sep 17 00:00:00 2001 From: Joel E. Denny <[email protected]> Date: Sat, 1 May 2010 14:47:49 -0400 Subject: [PATCH] * ChangeLog (2010-04-30): Fix typo. --- ChangeLog | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 34c8c36..1bc9ec7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,8 +12,8 @@ Suggested by Richard Stallman at <http://lists.gnu.org/archive/html/bison-patches/2010-03/msg00033.html>. * NEWS (2.5): Remove mention of complaint. - * src/reader.c (grammar_rule_check): Convert warning back to - complaint. + * src/reader.c (grammar_rule_check): Convert complaint back to + warning. * tests/input.at (%prec's token must be defined): Update. 2010-04-25 Joel E. Denny <[email protected]> -- 1.5.4.3
