mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
tests: rename AT_YACC_IF as AT_YACC_C_IF
In data/, b4_yacc_if refers to %yacc, not yacc.c. * tests/local.at (AT_YACC_IF): Rename as... (AT_YACC_C_IF): this.
This commit is contained in:
@@ -423,7 +423,7 @@ AT_DATA_GRAMMAR([input.y],
|
||||
|
||||
]AT_CXX_IF([[%header]], [[%define api.pure]])])[
|
||||
|
||||
]AT_YACC_IF([[
|
||||
]AT_YACC_C_IF([[
|
||||
%code {
|
||||
#if defined __GNUC__ && 8 <= __GNUC__
|
||||
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
|
||||
Reference in New Issue
Block a user