X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStable.h;h=9752a534bb8d17764e960a20ded1530913bd3616;hb=cf96c6c8f2ead02205e509975282e212a5eb9aee;hp=5404bab46e18f106cda83fbeb4f67751428fadfa;hpb=8a08868068053f6f3c45eb08d91f5e969c234f23;p=ghc-hetmet.git diff --git a/includes/Stable.h b/includes/Stable.h index 5404bab..9752a53 100644 --- a/includes/Stable.h +++ b/includes/Stable.h @@ -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