aboutsummaryrefslogtreecommitdiff
path: root/gcc/timevar.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-07-06 20:59:38 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-07-06 20:59:38 +0200
commitf55ade6e34ae3da57dd1a270c4bee55ad4f85cf5 (patch)
tree76c547ec54bb4708e30224c15686141e4954541a /gcc/timevar.c
parentade4289c2d5992197bc787e290cfdc3652ce9965 (diff)
downloadgcc-f55ade6e34ae3da57dd1a270c4bee55ad4f85cf5.zip
gcc-f55ade6e34ae3da57dd1a270c4bee55ad4f85cf5.tar.gz
gcc-f55ade6e34ae3da57dd1a270c4bee55ad4f85cf5.tar.bz2
basic-block.h: Convert prototypes to ISO C90.
* 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. From-SVN: r69010
Diffstat (limited to 'gcc/timevar.c')
-rw-r--r--gcc/timevar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/timevar.c b/gcc/timevar.c
index 776f575..6fa1610 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