[project @ 2002-02-04 20:12:08 by sof]
[ghc-hetmet.git] / ghc / rts / Stats.h
index d6ab463..7365f54 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stats.h,v 1.15 2002/01/24 07:50:02 sof Exp $
+ * $Id: Stats.h,v 1.16 2002/02/04 20:12:09 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -47,6 +47,6 @@ extern double    mut_user_time_during_heap_census(void);
 extern void      statDescribeGens( void );
 extern HsInt     getAllocations( void );
 
-#ifdef SMP
+#if defined(RTS_SUPPORTS_THREADS)
 extern long int  stat_getElapsedTime ( void );
 #endif