mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
spelling: appropriate
This commit is contained in:
committed by
Akim Demaille
parent
2586398fcc
commit
704a04512c
@@ -158,7 +158,7 @@ char *muscle_percent_define_get (char const *variable);
|
||||
/* Mimic muscle_percent_define_get_loc in ../data/bison.m4 exactly. That is,
|
||||
if the %define variable VARIABLE is undefined, complain fatally since that's
|
||||
a Bison error. Otherwise, return its definition location in a form
|
||||
approriate for the first argument of warn_at, complain_at, or fatal_at.
|
||||
appropriate for the first argument of warn_at, complain_at, or fatal_at.
|
||||
Don't record this as a Bison usage of VARIABLE as there's no reason to
|
||||
suspect that the user-supplied value has yet influenced the output. */
|
||||
location muscle_percent_define_get_loc (char const *variable);
|
||||
|
||||
Reference in New Issue
Block a user