replace sparc-specific Int64 code with calls to platform-independent macros
[ghc-hetmet.git] / includes / Stable.h
index 5404bab..9752a53 100644 (file)
@@ -57,4 +57,7 @@ extern void    threadStablePtrTable  ( evac_fn evac, void *user );
 extern void    gcStablePtrTable      ( void );
 extern void    updateStablePtrTable  ( rtsBool full );
 
+extern void    stablePtrPreGC        ( void );
+extern void    stablePtrPostGC       ( void );
+
 #endif