X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FStable.h;h=d7b7f8bb1e2031685e23157865e4722d476c5c0b;hb=26f4bfc82f2b2359259578e9c54d476fc2de650f;hp=258a6bea802dbb533d7c882bffe62b2cb31ce358;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/rts/Stable.h b/rts/Stable.h index 258a6be..d7b7f8b 100644 --- a/rts/Stable.h +++ b/rts/Stable.h @@ -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 */