aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/loop.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-17 14:51:05 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-17 14:51:05 +0000
commit3b0d91ff929f16828833bb2fe336a2ba458ebf65 (patch)
treea795bc24901a55520035de502c1befbaa5c5f73c /gcc/ch/loop.c
parent9771524624e99015d39ea3d180f2cdfb29bed831 (diff)
downloadgcc-3b0d91ff929f16828833bb2fe336a2ba458ebf65.zip
gcc-3b0d91ff929f16828833bb2fe336a2ba458ebf65.tar.gz
gcc-3b0d91ff929f16828833bb2fe336a2ba458ebf65.tar.bz2
* All files: PROTO -> PARAMS.
From-SVN: r31456
Diffstat (limited to 'gcc/ch/loop.c')
-rw-r--r--gcc/ch/loop.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/ch/loop.c b/gcc/ch/loop.c
index 5a1385e..c23138a 100644
--- a/gcc/ch/loop.c
+++ b/gcc/ch/loop.c
@@ -36,15 +36,15 @@ Boston, MA 02111-1307, USA. */
int flag_local_loop_counter = 1;
/* forward declarations */
-static int declare_temps PROTO((void));
-static int initialize_iter_var PROTO((void));
-static void maybe_skip_loop PROTO((void));
-static int bottom_loop_end_check PROTO((void));
-static int increment_temps PROTO((void));
-static tree build_temporary_variable PROTO((const char *, tree));
-static tree maybe_make_for_temp PROTO((tree, const char *, tree));
+static int declare_temps PARAMS ((void));
+static int initialize_iter_var PARAMS ((void));
+static void maybe_skip_loop PARAMS ((void));
+static int bottom_loop_end_check PARAMS ((void));
+static int increment_temps PARAMS ((void));
+static tree build_temporary_variable PARAMS ((const char *, tree));
+static tree maybe_make_for_temp PARAMS ((tree, const char *, tree));
#if 0
-static tree chill_unsigned_type PROTO((tree));
+static tree chill_unsigned_type PARAMS ((tree));
#endif
/* In terms of the parameters passed to build_loop_iterator,