X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Feventlog%2FEventLog.h;fp=rts%2Feventlog%2FEventLog.h;h=0f31509e68116adec05b575907e31dfc3b0bba54;hb=51b85031ce99f1e9d4c72249d6d85672188f0fbd;hp=6ebf33ddc1ea8b428c064b1255e4901642273d42;hpb=a998343dfabe92da17b2f60c78968eff2f444050;p=ghc-hetmet.git diff --git a/rts/eventlog/EventLog.h b/rts/eventlog/EventLog.h index 6ebf33d..0f31509 100644 --- a/rts/eventlog/EventLog.h +++ b/rts/eventlog/EventLog.h @@ -12,7 +12,7 @@ #include "rts/EventLogFormat.h" #include "Capability.h" -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" #ifdef TRACING @@ -66,6 +66,6 @@ INLINE_HEADER void postCapMsg (Capability *cap STG_UNUSED, #endif -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* TRACING_H */