use cas() to claim the closure in copyPart(), to match copy_tag()
[ghc-hetmet.git] / rts / RetainerProfile.h
index f33c079..da9a847 100644 (file)
 
 extern void  initRetainerProfiling ( void );
 extern void  endRetainerProfiling  ( void );
-extern void  printRetainer         ( FILE *, retainer );
 extern void  retainerProfile       ( void );
 extern void resetStaticObjectForRetainerProfiling( StgClosure *static_objects );
 
-extern StgWord RTS_VAR(flip);
+extern StgWord flip;
 
 // extract the retainer set field from c
 #define RSET(c)   ((c)->header.prof.hp.rs)