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

@@ -1112,7 +1112,7 @@ AT_BISON_OPTION_PUSHDEFS([$1])
AT_DATA_CALC_Y([$1])
AT_FULL_COMPILE(AT_JAVA_IF([[Calc]], [[calc]]), AT_HEADER_IF([[lex], [main]], [[], []]), [$2], [-Wno-deprecated])
AT_YACC_IF(
AT_YACC_C_IF(
[# No direct calls to malloc/free.
AT_CHECK([[$EGREP '(malloc|free) *\(' calc.[ch] | $EGREP -v 'INFRINGES ON USER NAME SPACE']],
[1])])