X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FStable.h;h=d7b7f8bb1e2031685e23157865e4722d476c5c0b;hp=ebabee7ad0158306c8d3bca327f693f1488d2ec1;hb=890f22ef8eff8dbb5b31fa221dfce65a7b84c202;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e diff --git a/rts/Stable.h b/rts/Stable.h index ebabee7..d7b7f8b 100644 --- a/rts/Stable.h +++ b/rts/Stable.h @@ -17,7 +17,7 @@ #include "sm/GC.h" // for evac_fn below -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" void freeStablePtr ( StgStablePtr sp ); @@ -33,6 +33,6 @@ void updateStablePtrTable ( rtsBool full ); void stablePtrPreGC ( void ); void stablePtrPostGC ( void ); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* STABLE_H */