diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 41928ba21ab..d85a710f25a 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -45,9 +45,9 @@ parsing into this file; that will make implementing the new parser much easier since it will be able to make use of these routines. */ -static tree expand_cond PROTO((tree)); -static tree maybe_convert_cond PROTO((tree)); -static tree simplify_aggr_init_exprs_r PROTO((tree *, int *, void *)); +static tree expand_cond PARAMS ((tree)); +static tree maybe_convert_cond PARAMS ((tree)); +static tree simplify_aggr_init_exprs_r PARAMS ((tree *, int *, void *)); /* Record the fact that STMT was the last statement added to the statement tree. */ |