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:
Akim Demaille
2021-08-05 08:40:29 +02:00
parent d4b195ece6
commit 6fc9f13aef
4 changed files with 7 additions and 7 deletions

View File

@@ -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"