summaryrefslogtreecommitdiff
path: root/gcc/c-parse.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-12 22:47:13 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-12 22:47:13 +0000
commit6a9a24a56ea37fe9f52f24b310af7335dfc2621d (patch)
tree6299ee4b870941aa46194ccf9c38c3cf995c7196 /gcc/c-parse.c
parentb48d627147885841e940f35cd8c6fbc13005302b (diff)
downloadgcc-6a9a24a56ea37fe9f52f24b310af7335dfc2621d.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-parse.c')
-rw-r--r--gcc/c-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.c b/gcc/c-parse.c
index 8d08e927e4d..13c4fe52d3d 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