diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-12 22:47:13 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-12 22:47:13 +0000 |
commit | 6e090c767ad2d01b5038923a8527b070792814dc (patch) | |
tree | 6299ee4b870941aa46194ccf9c38c3cf995c7196 /gcc/c-parse.c | |
parent | dd42e13519fd78d873e5aeb4528162a499a299eb (diff) | |
download | gcc-6e090c767ad2d01b5038923a8527b070792814dc.zip gcc-6e090c767ad2d01b5038923a8527b070792814dc.tar.gz gcc-6e090c767ad2d01b5038923a8527b070792814dc.tar.bz2 |
c-common.c: PROTO -> PARAMS.
* c-common.c: PROTO -> PARAMS.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-iterate.c: Likewise.
* c-lang.c: Likewise.
* c-lex.c: Likewise.
* c-lex.h: Likewise.
* c-parse.in: Likewise.
* c-pragma.c: Likewise.
* c-pragma.h: Likewise.
* c-tree.h: Likewise.
* c-typeck.c: Likewise.
* objc/objc-act.c: Likewise.
* objc/objc-act.h: Likewise.
From-SVN: r31362
Diffstat (limited to 'gcc/c-parse.c')
-rw-r--r-- | gcc/c-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.c b/gcc/c-parse.c index 8d08e92..13c4fe5 100644 --- a/gcc/c-parse.c +++ b/gcc/c-parse.c @@ -133,7 +133,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 PARAMS ((FILE *, int, YYSTYPE)); /* Add GC roots for variables local to this file. */ void |