X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRetainerProfile.h;h=827daa8ef468c779ac25441dc8610d3100146937;hb=45252b35151fc55aa19fb6770df5ed8267639083;hp=09dcb1c81b18a7b38e124e807f6e804bb6dd1bcd;hpb=557bca7326077b67324b87e4042be83638ff6581;p=ghc-hetmet.git diff --git a/ghc/rts/RetainerProfile.h b/ghc/rts/RetainerProfile.h index 09dcb1c..827daa8 100644 --- a/ghc/rts/RetainerProfile.h +++ b/ghc/rts/RetainerProfile.h @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: RetainerProfile.h,v 1.3 2003/03/21 16:18:38 sof Exp $ * * (c) The GHC Team, 2001 * Author: Sungwoo Park @@ -21,7 +20,7 @@ extern void printRetainer ( FILE *, retainer ); extern void retainerProfile ( void ); extern void resetStaticObjectForRetainerProfiling ( void ); -extern StgWord flip; +extern StgWord RTS_VAR(flip); // extract the retainer set field from c #define RSET(c) ((c)->header.prof.hp.rs)