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.in | |
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.in')
-rw-r--r-- | gcc/c-parse.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 54340f5..f3ee7e5 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -1,5 +1,5 @@ /* YACC parser for C syntax and for Objective C. -*-c-*- - Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -255,7 +255,7 @@ end ifobjc /* 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 |