From 96df87b8f6828d819eee23414505ec2735074985 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Fri, 29 Jan 1999 12:10:52 +0000 Subject: toplev.c (notice, fnotice): Check ANSI_PROTOTYPES... * toplev.c (notice, fnotice): Check ANSI_PROTOTYPES, not __STDC__, when declaring arguments and calling va_arg() to initialize them. * collect2.c (notice): Likewise. * loop.c (find_life_end): Use PROTO() macro in the prototype. From-SVN: r24905 --- gcc/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/loop.c') diff --git a/gcc/loop.c b/gcc/loop.c index 23d1323..11728f0 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -324,7 +324,7 @@ static rtx express_from PROTO((struct induction *, struct induction *)); static rtx combine_givs_p PROTO((struct induction *, struct induction *)); static void combine_givs PROTO((struct iv_class *)); struct recombine_givs_stats; -static int find_life_end (rtx, struct recombine_givs_stats *, rtx, rtx); +static int find_life_end PROTO((rtx, struct recombine_givs_stats *, rtx, rtx)); static void recombine_givs PROTO((struct iv_class *, rtx, rtx, int)); static int product_cheap_p PROTO((rtx, rtx)); static int maybe_eliminate_biv PROTO((struct iv_class *, rtx, rtx, int, int, int)); -- cgit v1.1