[project @ 2005-11-18 15:10:31 by simonmar]
authorsimonmar <unknown>
Fri, 18 Nov 2005 15:10:31 +0000 (15:10 +0000)
committersimonmar <unknown>
Fri, 18 Nov 2005 15:10:31 +0000 (15:10 +0000)
cosmetic

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