X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStable.h;h=9752a534bb8d17764e960a20ded1530913bd3616;hb=4b8dfb01980b44bc3284c87aadeada130f94f85f;hp=1de78d637601c90b97c9f79f06cdbfb17335edce;hpb=f3052008e4fcd72681b12dfef551d0499eddf6a7;p=ghc-hetmet.git diff --git a/includes/Stable.h b/includes/Stable.h index 1de78d6..9752a53 100644 --- a/includes/Stable.h +++ b/includes/Stable.h @@ -57,6 +57,7 @@ extern void threadStablePtrTable ( evac_fn evac, void *user ); extern void gcStablePtrTable ( void ); extern void updateStablePtrTable ( rtsBool full ); -extern void exitHashTable ( void ); +extern void stablePtrPreGC ( void ); +extern void stablePtrPostGC ( void ); #endif