X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerProfile.h;fp=rts%2FRetainerProfile.h;h=b2adf71d9d23f76d838cb599b1a5289edd815ed8;hb=51b85031ce99f1e9d4c72249d6d85672188f0fbd;hp=9736eeb8d6895b401a53e70c75da8b286d02c6b3;hpb=a998343dfabe92da17b2f60c78968eff2f444050;p=ghc-hetmet.git diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h index 9736eeb..b2adf71 100644 --- a/rts/RetainerProfile.h +++ b/rts/RetainerProfile.h @@ -14,7 +14,7 @@ #include "RetainerSet.h" -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" void initRetainerProfiling ( void ); void endRetainerProfiling ( void ); @@ -43,7 +43,7 @@ retainerSetOf( StgClosure *c ) extern lnat retainerStackBlocks ( void ); #endif -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* PROFILING */