]> git.saurik.com Git - bison.git/commit - ChangeLog
Revert 2009-12-30 change for undefined %prec token complaints.
authorJoel E. Denny <joeldenny@joeldenny.org>
Fri, 30 Apr 2010 18:41:07 +0000 (14:41 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Fri, 30 Apr 2010 18:49:54 +0000 (14:49 -0400)
commit02354690ee02dfa05564137aafc6721eb54d21ab
treeb0b9efbc90e4927dfbc9a50030bb0f15ae8ec0d2
parenta7ddefd1c21e3bd3a90cb0a18bb67e0e2f2408c8
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.
* tests/input.at (%prec's token must be defined): Update.
ChangeLog
NEWS
src/reader.c
tests/input.at