X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStats.h;h=626eb0707d77929672315ba75ab7a36ba89237c5;hb=e0b2097136f30331bae67cb01e66bba749d272c1;hp=7365f5460d33a802910ffdf5efee84d69b3e13c5;hpb=73064dcff0e1734f0bccab4491093ed854975d21;p=ghc-hetmet.git diff --git a/ghc/rts/Stats.h b/ghc/rts/Stats.h index 7365f54..626eb07 100644 --- a/ghc/rts/Stats.h +++ b/ghc/rts/Stats.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stats.h,v 1.16 2002/02/04 20:12:09 sof Exp $ + * $Id: Stats.h,v 1.17 2002/02/06 01:21:41 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 ); -#if defined(RTS_SUPPORTS_THREADS) +#if defined(SMP) extern long int stat_getElapsedTime ( void ); #endif