diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-26 20:51:37 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-26 20:51:37 +0000 |
commit | 2405414425fb0e4ca0075bbc49644d8ca03214df (patch) | |
tree | d6963b0f465ce20472a59151e1711f58104f858f /gcc/cp/expr.c | |
parent | b59496fadbe8fb21b91d6d02370ac9fcff66d2d0 (diff) | |
download | gcc-2405414425fb0e4ca0075bbc49644d8ca03214df.tar.gz |
* call.c: PROTO -> PARAMS.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* decl.c: Likewise.
* decl.h: Likewise.
* decl2.c: Likewise.
* dump.c: Likewise.
* errfn.c: Likewise.
* error.c: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* init.c: Likewise.
* input.c: Likewise.
* lex.c: Likewise.
* lex.h: Likewise.
* method.c: Likewise.
* optimize.c: Likewise.
* parse.y: Likewise.
* pt.c: Likewise.
* repo.c: Likewise.
* rtti.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* spew.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.
* xref.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31632 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/expr.c')
-rw-r--r-- | gcc/cp/expr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index 32838f4af8f..1fcecff39aa 100644 --- a/gcc/cp/expr.c +++ b/gcc/cp/expr.c @@ -32,10 +32,10 @@ Boston, MA 02111-1307, USA. */ #include "tm_p.h" #if 0 -static tree extract_aggr_init PROTO((tree, tree)); -static tree extract_scalar_init PROTO((tree, tree)); +static tree extract_aggr_init PARAMS ((tree, tree)); +static tree extract_scalar_init PARAMS ((tree, tree)); #endif -static rtx cplus_expand_expr PROTO((tree, rtx, enum machine_mode, +static rtx cplus_expand_expr PARAMS ((tree, rtx, enum machine_mode, enum expand_modifier)); /* Hook used by output_constant to expand language-specific |