From: simonmar Date: Fri, 18 Nov 2005 15:10:31 +0000 (+0000) Subject: [project @ 2005-11-18 15:10:31 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~40 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6aa27c7233e8905e9f296020d6d0ff95795f1d39;p=ghc-hetmet.git [project @ 2005-11-18 15:10:31 by simonmar] cosmetic --- 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