merge upstream HEAD
[ghc-hetmet.git] / rts / Stable.h
index 258a6be..d7b7f8b 100644 (file)
@@ -17,7 +17,9 @@
 
 #include "sm/GC.h" // for evac_fn below
 
-void         freeStablePtr (StgStablePtr sp);
+#include "BeginPrivate.h"
+
+void    freeStablePtr         ( StgStablePtr sp );
 
 void    initStablePtrTable    ( void );
 void    exitStablePtrTable    ( void );
@@ -31,4 +33,6 @@ void    updateStablePtrTable  ( rtsBool full );
 void    stablePtrPreGC        ( void );
 void    stablePtrPostGC       ( void );
 
+#include "EndPrivate.h"
+
 #endif /* STABLE_H */