From: Joel E. Denny Date: Sun, 6 Mar 2011 17:46:27 +0000 (-0500) Subject: lr.default-reductions: rename "all" value to "full". X-Git-Tag: v2.5_rc1~24 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d815ec4a6290e18fac9220438622f6dd27b3227f?hp=d815ec4a6290e18fac9220438622f6dd27b3227f 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. ---