]> git.saurik.com Git - bison.git/commit
List accepted values for a %define enum variable with an invalid value.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Fri, 24 Apr 2009 05:42:58 +0000 (01:42 -0400)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Fri, 24 Apr 2009 06:47:22 +0000 (02:47 -0400)
commit25029e164a3b2385ae6d95ca4cd19bad36550c92
tree00c3a4d4bc382078d0843b8572334c50f28623aa
parent620b5727730997767040a023463ce952a0d15ee9
List accepted values for a %define enum variable with an invalid value.

Suggested by Akim Demaille at
<http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00082.html>.
* data/bison.m4 (_b4_percent_define_check_values): Implement.
* src/muscle_tab.c (muscle_percent_define_check_values): Implement.
* tests/input.at (%define lr.default_reductions invalid values): Merge
into...
(%define enum variables): ... here, and update output.
ChangeLog
data/bison.m4
src/muscle_tab.c
tests/input.at