yyerror
void yyerror(const char *string);
extern void yyerror(char const *s);
#define YYERROR_CALL(msg) yyerror(msg)
static void yyerror(const char *);
static void yyerror(const char *err);
extern void yyerror(const char *str);