X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerSet.h;h=74152b96950faef0c1665c1a8eb673af69261390;hb=8625c675de45bdb8bcfa795572ce7c47687c147c;hp=e3d3acd38cdc7cf2fa35698bfa46619f0870bf38;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;p=ghc-hetmet.git diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h index e3d3acd..74152b9 100644 --- a/rts/RetainerSet.h +++ b/rts/RetainerSet.h @@ -14,7 +14,7 @@ #ifdef PROFILING -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" /* Type 'retainer' defines the retainer identity. @@ -199,7 +199,7 @@ void outputAllRetainerSet(FILE *); // the best place to define it. void printRetainer(FILE *, retainer); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* PROFILING */ #endif /* RETAINERSET_H */