Spell "boolean" as "Boolean". Reported by Akim Demaille.

* data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
* doc/bison.texinfo (Decl Summary): Fix.
* src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
* tests/input.at (Boolean %define variables): Update output.
* tests/skeletons.at (%define boolean variables: invalid skeleton
defaults): Rename to...
(%define Boolean variables: invalid skeleton defaults): ... this and
update output.
This commit is contained in:
Joel E. Denny
2007-08-28 07:14:11 +00:00
parent 1b17b01d0f
commit 922bdd7ffa
6 changed files with 19 additions and 7 deletions

View File

@@ -4816,7 +4816,7 @@ Bison will warn if a @var{variable} is defined multiple times.
Omitting @code{"@var{value}"} is always equivalent to specifying it as
@code{""}.
Some @var{variable}s may be used as booleans.
Some @var{variable}s may be used as Booleans.
In this case, Bison will complain if the variable definition does not meet one
of the following four conditions: