yyerror() is a printflike function

MFC after:	1 week
This commit is contained in:
Kris Kennaway 2001-07-24 12:20:17 +00:00
parent 2bc50aed69
commit 506d42c5b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80280

View File

@ -39,7 +39,7 @@
extern int line_no;
extern FILE *yyin;
void yyerror(char *fmt, ...);
void yyerror(char *fmt, ...) __printflike(1, 2);
int yyparse(void);
int yylex(void);
static void usage __P((void));