From 6aa27c7233e8905e9f296020d6d0ff95795f1d39 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 18 Nov 2005 15:10:31 +0000 Subject: [PATCH] [project @ 2005-11-18 15:10:31 by simonmar] cosmetic --- ghc/rts/posix/GetTime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/posix/GetTime.c b/ghc/rts/posix/GetTime.c index cbc277f..a5fcb21 100644 --- a/ghc/rts/posix/GetTime.c +++ b/ghc/rts/posix/GetTime.c @@ -34,7 +34,7 @@ #error No implementation for getProcessCPUTime() available. #endif -#if (defined(HAVE_GETTIMEOFDAY) && defined(HAVE_GETRUSAGE) && !irix_HOST_OS) +#if defined(HAVE_GETTIMEOFDAY) && defined(HAVE_GETRUSAGE) && !irix_HOST_OS // we'll implement getProcessCPUTime() and getProcessElapsedTime() // separately, using getrusage() and gettimeofday() respectively -- 1.7.10.4