* ChangeLog (2010-04-30): Fix typo.

(cherry picked from commit 56e92e0bff)
This commit is contained in:
Joel E. Denny
2010-05-01 14:47:49 -04:00
parent 43fdc9fd8e
commit 212792959e

View File

@@ -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 <joeldenny@joeldenny.org>