mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
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:
@@ -381,7 +381,7 @@ m4_define([b4_percent_define_flag_if],
|
||||
[m4_expand_once([dnl
|
||||
m4_pushdef([b4_loc], m4_indir([b4_percent_define_loc(]$1[)]))dnl
|
||||
b4_complain_at(b4_loc,
|
||||
[[invalid value for %%define boolean variable `%s']],
|
||||
[[invalid value for %%define Boolean variable `%s']],
|
||||
[$1])dnl
|
||||
m4_popdef([b4_loc])],
|
||||
[[b4_percent_define_flag_if($1)]])])],
|
||||
|
||||
Reference in New Issue
Block a user