mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
Complain about unused %define variables and %code qualifiers.
* NEWS (2.5): Document. * data/bison.m4 (b4_check_user_names): Complain instead of warn. * doc/bison.texinfo (Decl Summary): Document complaint, and improve %define documentation a little otherwise. * tests/input.at (Reject unused %code qualifiers): Update. (%define errors): Update. (%define, --define, --force-define): Update. (%define backward compatibility): Update. (Unused %define api.pure): Update. * tests/push.at (Push Parsing: Unsupported Skeletons): Update.
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -22,6 +22,20 @@
|
||||
with ylwrap) when this wrapper is used to compile
|
||||
src/parse-gram.y.
|
||||
|
||||
2009-09-03 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
Complain about unused %define variables and %code qualifiers.
|
||||
* NEWS (2.5): Document.
|
||||
* data/bison.m4 (b4_check_user_names): Complain instead of warn.
|
||||
* doc/bison.texinfo (Decl Summary): Document complaint, and
|
||||
improve %define documentation a little otherwise.
|
||||
* tests/input.at (Reject unused %code qualifiers): Update.
|
||||
(%define errors): Update.
|
||||
(%define, --define, --force-define): Update.
|
||||
(%define backward compatibility): Update.
|
||||
(Unused %define api.pure): Update.
|
||||
* tests/push.at (Push Parsing: Unsupported Skeletons): Update.
|
||||
|
||||
2009-09-03 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
Don't suppress warnings about unused parse.error.
|
||||
|
||||
Reference in New Issue
Block a user