From 5a2784f82e64394ffa17f8cacdb5270482ee8423 Mon Sep 17 00:00:00 2001 From: aj Date: Sun, 6 Jul 2003 18:59:38 +0000 Subject: * basic-block.h: Convert prototypes to ISO C90. * c-parse.in: Likewise. * c-pragma.h: Likewise. * c-typeck.c: Likewise. * cfghooks.h: Likewise. * cfgloopanal.c: Likewise. * dbxout.h: Likewise. * debug.h: Likewise. * dwarf2asm.h: Likewise. * gcov.c: Likewise. * gengtype-lex.l: Likewise. * sched-int.h: Likewise. * timevar.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69010 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/timevar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/timevar.c') diff --git a/gcc/timevar.c b/gcc/timevar.c index 776f575eb69..6fa1610cc5d 100644 --- a/gcc/timevar.c +++ b/gcc/timevar.c @@ -80,7 +80,7 @@ struct tms #else #ifdef HAVE_GETRUSAGE # if defined HAVE_DECL_GETRUSAGE && !HAVE_DECL_GETRUSAGE - extern int getrusage PARAMS ((int, struct rusage *)); + extern int getrusage (int, struct rusage *); # endif # define USE_GETRUSAGE # define HAVE_USER_TIME @@ -88,7 +88,7 @@ struct tms #else #ifdef HAVE_CLOCK # if defined HAVE_DECL_CLOCK && !HAVE_DECL_CLOCK - extern clock_t clock PARAMS ((void)); + extern clock_t clock (void); # endif # define USE_CLOCK # define HAVE_USER_TIME -- cgit v1.2.1