Rename lr.default_reductions to lr.default-reductions.

* NEWS (2.5): Here.
* doc/bison.texinfo: Here.
* src/lalr.c (initialize_LA): Here.
* src/print.c (print_reductions): Here.
* src/reader.c (reader): Here.
* src/tables.c (action_row): Here.
* tests/input.at (%define enum variables): Here.
* tests/reduce.at (AT_TEST_LR_DEFAULT_REDUCTIONS): Here.
(cherry picked from commit 1d0f55cc84)
This commit is contained in:
Joel E. Denny
2009-04-29 21:48:21 -04:00
parent d521ee19f8
commit 5bab9d0862
9 changed files with 35 additions and 23 deletions

4
NEWS
View File

@@ -33,8 +33,8 @@ Bison News
%define lr.type "canonical LR"
The default reduction optimization in the parser tables can also be
adjusted using `%define lr.default_reductions'. See the documentation
for `%define lr.type' and `%define lr.default_reductions' in the
adjusted using `%define lr.default-reductions'. See the documentation
for `%define lr.type' and `%define lr.default-reductions' in the
section `Bison Declaration Summary' in the Bison manual for the
details.