X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRetainerProfile.h;h=09dcb1c81b18a7b38e124e807f6e804bb6dd1bcd;hb=7d83458f53f4eab14238d18ca945dfaea1e70441;hp=51ddc64e4b3e5dd1e753095576dc875459e607c6;hpb=dbef766ce79e37a74468a07a93b15ba1f06fe8f8;p=ghc-hetmet.git diff --git a/ghc/rts/RetainerProfile.h b/ghc/rts/RetainerProfile.h index 51ddc64..09dcb1c 100644 --- a/ghc/rts/RetainerProfile.h +++ b/ghc/rts/RetainerProfile.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RetainerProfile.h,v 1.2 2001/11/26 16:54:21 simonmar Exp $ + * $Id: RetainerProfile.h,v 1.3 2003/03/21 16:18:38 sof Exp $ * * (c) The GHC Team, 2001 * Author: Sungwoo Park @@ -38,9 +38,9 @@ retainerSetOf( StgClosure *c ) return (RetainerSet *)((StgWord)RSET(c) ^ flip); } -// firstStack is exported because memInventory() in Schedule.c uses it. +// Used by Storage.c:memInventory() #ifdef DEBUG -extern bdescr *firstStack; +extern lnat retainerStackBlocks ( void ); #endif #endif /* PROFILING */