[project @ 2005-11-18 15:10:31 by simonmar]
[ghc-hetmet.git] / ghc / rts / posix / GetTime.c
index cbc277f..a5fcb21 100644 (file)
@@ -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