gcc is getting smarter, so we need to hit it with a bigger stick
[ghc-hetmet.git] / ghc / rts / RetainerProfile.h
index 09dcb1c..827daa8 100644 (file)
@@ -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)