X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStats.h;h=c3efd36312c06b36588d78f5781dfe37bb03632c;hb=7014951066e92e81db8eae0a9c50b1eb3d2e4ced;hp=7365f5460d33a802910ffdf5efee84d69b3e13c5;hpb=73064dcff0e1734f0bccab4491093ed854975d21;p=ghc-hetmet.git diff --git a/ghc/rts/Stats.h b/ghc/rts/Stats.h index 7365f54..c3efd36 100644 --- a/ghc/rts/Stats.h +++ b/ghc/rts/Stats.h @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: Stats.h,v 1.16 2002/02/04 20:12:09 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -45,8 +44,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