]> 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 20:53:16 +0000 (15:53 -0500)
commitd815ec4a6290e18fac9220438622f6dd27b3227f
tree2922fa742c5c745e670aae27042b6bc3973a8859
parent6f04ee6c78ba01f9d8e02dbe2baace0c3bd8f4fd
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.
ChangeLog
doc/bison.texinfo
src/print.c
src/reader.c
src/tables.c
tests/input.at
tests/reduce.at