]> git.saurik.com Git - bison.git/blobdiff - tests/calc.at
* tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
[bison.git] / tests / calc.at
index c09aac7f3669b933f4affaadfcb92dbf1dbc84b0..913a13ae916bb614d5df51248281ab02bfcf5224 100644 (file)
@@ -72,7 +72,7 @@ static int power (int base, int exponent);
 [/* yyerror receives the location if:
    - %location & %pure & %glr
    - %location & %pure & %yacc & %parse-param. */
-static void yyerror (AT_YYERROR_ARG_LOC_IF([YYLTYPE *yylloc, ])
+static void yyerror (AT_YYERROR_ARG_LOC_IF([YYLTYPE *llocp, ])
                      AT_PARAM_IF([semantic_value *result, int *count, ])
                      const char *s
                      );])[
@@ -145,7 +145,7 @@ yyparse (AT_PARAM_IF([semantic_value *result, int *count]))
 }
 ],
 [static void
-yyerror (AT_YYERROR_ARG_LOC_IF([YYLTYPE *yylloc, ])
+yyerror (AT_YYERROR_ARG_LOC_IF([YYLTYPE *llocp, ])
          AT_PARAM_IF([semantic_value *result, int *count, ])
          const char *s)
 {