yyerror
void yyerror(char *);
void yyerror(char *msg, ...);
static void yyerror(const char*);
void yyerror(const char *s);