summaryrefslogtreecommitdiffstats
path: root/gcc/c-iterate.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-iterate.c
parentb48d627147885841e940f35cd8c6fbc13005302b (diff)
downloadppe42-gcc-6a9a24a56ea37fe9f52f24b310af7335dfc2621d.tar.gz
ppe42-gcc-6a9a24a56ea37fe9f52f24b310af7335dfc2621d.zip
* 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-iterate.c')
-rw-r--r--gcc/c-iterate.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/c-iterate.c b/gcc/c-iterate.c
index c8acc4b81e3..fa194502841 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. */
OpenPOWER on IntegriCloud