From 3fe41456ed2b825719c3f4c5e4bd90c71f1fc677 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 17 Jan 2000 15:28:05 +0000 Subject: ggc-common.c: PROTO -> PARAMS. * ggc-common.c: PROTO -> PARAMS. * ggc-page.c: Likewise. * ggc-simple.c: Likewise. * ggc.h: Likewise. * global.c: Likewise. * graph.c: Likewise. * gthr-win32.h: Likewise. * haifa-sched.c: Likewise. * halfpic.h: Likewise. * integrate.c: Likewise. * integrate.h: Likewise. * jump.c: Likewise. * lcm.c: Likewise. * local-alloc.c: Likewise. * loop.c: Likewise. * loop.h: Likewise. From-SVN: r31458 --- gcc/ggc-simple.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gcc/ggc-simple.c') diff --git a/gcc/ggc-simple.c b/gcc/ggc-simple.c index 3fb25dd..ea8544e 100644 --- a/gcc/ggc-simple.c +++ b/gcc/ggc-simple.c @@ -135,15 +135,15 @@ static struct globals /* Local function prototypes. */ -static void tree_insert PROTO ((struct ggc_mem *)); -static int tree_lookup PROTO ((struct ggc_mem *)); -static void clear_marks PROTO ((struct ggc_mem *)); -static void sweep_objs PROTO ((struct ggc_mem **)); -static void ggc_pop_context_1 PROTO ((struct ggc_mem *, int)); +static void tree_insert PARAMS ((struct ggc_mem *)); +static int tree_lookup PARAMS ((struct ggc_mem *)); +static void clear_marks PARAMS ((struct ggc_mem *)); +static void sweep_objs PARAMS ((struct ggc_mem **)); +static void ggc_pop_context_1 PARAMS ((struct ggc_mem *, int)); #ifdef GGC_BALANCE -extern void debug_ggc_balance PROTO ((void)); -static void tally_leaves PROTO ((struct ggc_mem *, int, size_t *, size_t *)); +extern void debug_ggc_balance PARAMS ((void)); +static void tally_leaves PARAMS ((struct ggc_mem *, int, size_t *, size_t *)); #endif /* Insert V into the search tree. */ -- cgit v1.1