]> git.saurik.com Git - bison.git/commit - src/tables.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:42:58 +0000 (17:42 -0400)
commitf0ad1b2fb28da66a3fadd9890cf621f55eb90986
treef302193ac9f1fbd5c5edbd6aa8b790ff8b47dbab
parentf9d52903f176fbcf07edf8102cdb69f4744b2ddb
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.
(cherry picked from commit a6e5a28079865c4924194685723962f198fd33ff)
ChangeLog
doc/bison.texinfo
src/print.c
src/reader.c
src/tables.c
tests/input.at
tests/reduce.at