]> git.saurik.com Git - bison.git/commit
lr.default-reductions: rename "all" value to "full".
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 6 Mar 2011 17:46:27 +0000 (12:46 -0500)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sun, 6 Mar 2011 21:42:39 +0000 (16:42 -0500)
commit32493bc84db0c69e6e1d9d5c5c7505ab4f698f7b
tree51f28c1097538715881548b5dbaa88521a31432e
parent7fceb615a5c1a2a9445ac85faa0a2a1618b5ab54
lr.default-reductions: rename "all" value to "full".

States that shift the error token do not have default reductions,
and GLR disables some default reductions, so "all" was a misnomer.
* doc/bison.texinfo (%define Summary): Update.
(Default Reductions): Update.
* src/print.c (print_reductions): Update.
* src/reader.c (prepare_percent_define_front_end_variables):
Update.
* src/tables.c (action_row): Update.
* tests/input.at (%define enum variables): Update.
* tests/reduce.at (%define lr.default-reductions): Update.
(cherry picked from commit d815ec4a6290e18fac9220438622f6dd27b3227f)
ChangeLog
doc/bison.texinfo
src/print.c
src/reader.c
src/tables.c
tests/input.at
tests/reduce.at