]> git.saurik.com Git - bison.git/commit - src/print.c
lr.default-reductions: rename "full" value to "most".
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 20 Mar 2011 21:35:10 +0000 (17:35 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sun, 20 Mar 2011 21:35:10 +0000 (17:35 -0400)
commita6e5a28079865c4924194685723962f198fd33ff
tree1315e79d61b77072a7bd199e1f03438dd4988041
parent49e8e901fb79304bd9ef106d6cf72e055d9f204d
lr.default-reductions: rename "full" value to "most".

Unlike "consistent" and "accepting", "full" doesn't answer the
question of "which states".
* 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