X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRetainerProfile.h;h=5eec192bbaec52ae76ae58cccc41eec46ddda1a9;hb=423d477bfecd490de1449c59325c8776f91d7aac;hp=09dcb1c81b18a7b38e124e807f6e804bb6dd1bcd;hpb=553e90d9a32ee1b1809430f260c401cc4169c6c7;p=ghc-hetmet.git diff --git a/ghc/rts/RetainerProfile.h b/ghc/rts/RetainerProfile.h index 09dcb1c..5eec192 100644 --- a/ghc/rts/RetainerProfile.h +++ b/ghc/rts/RetainerProfile.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RetainerProfile.h,v 1.3 2003/03/21 16:18:38 sof Exp $ + * $Id: RetainerProfile.h,v 1.4 2004/08/13 13:10:29 simonmar Exp $ * * (c) The GHC Team, 2001 * Author: Sungwoo Park @@ -21,7 +21,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)