[project @ 2004-09-06 14:15:38 by simonmar]
[ghc-hetmet.git] / ghc / rts / Stats.h
index 7365f54..e3e53c1 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stats.h,v 1.16 2002/02/04 20:12:09 sof Exp $
+ * $Id: Stats.h,v 1.18 2004/05/27 09:29:29 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -45,8 +45,8 @@ extern double    mut_user_time_during_heap_census(void);
 #endif // PROFILING
 
 extern void      statDescribeGens( void );
-extern HsInt     getAllocations( void );
+extern HsInt64   getAllocations( void );
 
-#if defined(RTS_SUPPORTS_THREADS)
+#if defined(SMP)
 extern long int  stat_getElapsedTime ( void );
 #endif