]> git.saurik.com Git - bison.git/commitdiff
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)
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.


No differences found