mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +00:00
spelling: safely
This commit is contained in:
committed by
Akim Demaille
parent
47f92cb354
commit
5d4bd04588
@@ -369,7 +369,7 @@ m4_define([b4_token_enums_defines],
|
|||||||
# ----------------------------
|
# ----------------------------
|
||||||
# Given a semantic value VAL ($$, $1 etc.), extract its value of type
|
# Given a semantic value VAL ($$, $1 etc.), extract its value of type
|
||||||
# TYPE if TYPE is given, otherwise just return VAL. The result can be
|
# TYPE if TYPE is given, otherwise just return VAL. The result can be
|
||||||
# used safetly, it is put in parens to avoid nasty precedence issues.
|
# used safely, it is put in parens to avoid nasty precedence issues.
|
||||||
# TYPE is *not* put in braces, provide some if needed.
|
# TYPE is *not* put in braces, provide some if needed.
|
||||||
m4_define([b4_symbol_value],
|
m4_define([b4_symbol_value],
|
||||||
[($1[]m4_ifval([$2], [.$2]))])
|
[($1[]m4_ifval([$2], [.$2]))])
|
||||||
|
|||||||
Reference in New Issue
Block a user