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-iterate.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-iterate.c')
-rw-r--r-- | gcc/c-iterate.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/c-iterate.c b/gcc/c-iterate.c index c8acc4b..fa19450 100644 --- a/gcc/c-iterate.c +++ b/gcc/c-iterate.c @@ -1,5 +1,5 @@ /* Build expressions with type checking for C compiler. - Copyright (C) 1987, 88, 89, 92-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 92-98, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -94,16 +94,16 @@ static char *ixp_firstobj; /* During collect_iterators, a list of SAVE_EXPRs already scanned. */ static tree save_exprs; -static void expand_stmt_with_iterators_1 PROTO((tree, tree)); -static tree collect_iterators PROTO((tree, tree)); -static void iterator_loop_prologue PROTO((tree, rtx *, rtx *)); -static void iterator_loop_epilogue PROTO((tree, rtx *, rtx *)); -static int top_level_ixpansion_p PROTO((void)); -static void isn_append PROTO((struct iter_stack_node *, - struct iter_stack_node *)); -static void istack_sublevel_to_current PROTO((void)); -static void add_ixpansion PROTO((tree, rtx, rtx, rtx, rtx)); -static void delete_ixpansion PROTO((tree)); +static void expand_stmt_with_iterators_1 PARAMS ((tree, tree)); +static tree collect_iterators PARAMS ((tree, tree)); +static void iterator_loop_prologue PARAMS ((tree, rtx *, rtx *)); +static void iterator_loop_epilogue PARAMS ((tree, rtx *, rtx *)); +static int top_level_ixpansion_p PARAMS ((void)); +static void isn_append PARAMS ((struct iter_stack_node *, + struct iter_stack_node *)); +static void istack_sublevel_to_current PARAMS ((void)); +static void add_ixpansion PARAMS ((tree, rtx, rtx, rtx, rtx)); +static void delete_ixpansion PARAMS ((tree)); /* Initialize our obstack once per compilation. */ |