From 45eda4d16119d28dc8617699e96e36534479b19f Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 24 Jul 2001 12:20:17 +0000 Subject: yyerror() is a printflike function MFC after: 1 week --- usr.bin/colldef/parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/colldef') diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index 5621a21..a5806d1 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -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)); -- cgit v1.1