[project @ 2005-10-21 15:23:59 by simonmar]
[ghc-hetmet.git] / ghc / rts / parallel / ParTicky.c
index 5cc9060..347c2b8 100644 (file)
@@ -1,5 +1,4 @@
 /* -------------------------------------------------------------------------
- * $Id: ParTicky.c,v 1.1 2001/03/22 03:51:11 hwloidl Exp $
  *
  * (c) Hans-Wolfgang Loidl, 2000-
  *
@@ -66,7 +65,7 @@ static double start_unpack = 0.0;
 
 void
 par_ticky_Par_start (void) {
-# if !defined(HAVE_GETRUSAGE) || irix_TARGET_OS || defined(_WIN32)
+# if !defined(HAVE_GETRUSAGE) || irix_HOST_OS || defined(_WIN32)
     fprintf(stderr, "|| sorry don't have RUSAGE\n");
     return ;
 # else