From ecae31d652106c1f3b7429570de013c3bbf33e7a Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 16 Feb 2016 01:03:54 -0800 Subject: get rid of PROTO macros --- gcc/c-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-parse.c') diff --git a/gcc/c-parse.c b/gcc/c-parse.c index bde5227..36ce680 100644 --- a/gcc/c-parse.c +++ b/gcc/c-parse.c @@ -282,7 +282,7 @@ static int undeclared_variable_notice; /* Tell yyparse how to print a token's value, if yydebug is set. */ #define YYPRINT(FILE,YYCHAR,YYLVAL) yyprint(FILE,YYCHAR,YYLVAL) -extern void yyprint PROTO ((FILE *, int, YYSTYPE)); +extern void yyprint (FILE *, int, YYSTYPE); /* Line 216 of yacc.c. */ -- cgit v1.2.3