]m4_bmatch([$2], [stmtMerge],
[ static YYSTYPE stmtMerge (YYSTYPE x0, YYSTYPE x1);])[
#define YYINITDEPTH 10
- int yyerror (const char *s);
+ int yyerror (
+#if YYPURE && YYLSP_NEEDED
+ YYLTYPE *yylocation,
+#endif
+ const char *s
+ );
#if YYPURE
]m4_bmatch([$1], [location],
break;
default:
if (isalpha (c))
- {
+ {
i = 0;
do
}
int
-yyerror (const char *s)
+yyerror (
+#if YYPURE && YYLSP_NEEDED
+ YYLTYPE *yylocation,
+#endif
+ const char *s
+ )
{
+#if YYPURE && YYLSP_NEEDED
+ (void) *yylocation;
+#endif
fprintf (stderr, "%s\n", s);
return 0;
}