RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / RetainerProfile.h
index f33c079..5f4503c 100644 (file)
@@ -20,7 +20,7 @@ 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)