X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FCompact.h;h=0dce3d0cb652d286eb36d6a995becb260a0584d3;hb=26f4bfc82f2b2359259578e9c54d476fc2de650f;hp=efd7351b5805d86ea776ca88feaed773b030c139;hpb=754e039a8a15d5774fe73872ff9ac593b46370e0;p=ghc-hetmet.git diff --git a/rts/sm/Compact.h b/rts/sm/Compact.h index efd7351..0dce3d0 100644 --- a/rts/sm/Compact.h +++ b/rts/sm/Compact.h @@ -14,7 +14,7 @@ #ifndef SM_COMPACT_H #define SM_COMPACT_H -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" INLINE_HEADER void mark(StgPtr p, bdescr *bd) @@ -48,6 +48,6 @@ is_marked(StgPtr p, bdescr *bd) void compact (StgClosure *static_objects); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* SM_COMPACT_H */