X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FSchedule.h;h=a00d81af4f494388e972deac2542de88067d5699;hb=d108044bef62f6a0d579c92ced5e8188f72edc2d;hp=7760e364bd83aadf678018fab6567baf1b0e4765;hpb=9dd9e3c4cc170185e5bbdb7b49eb21c553b9b4fc;p=ghc-hetmet.git diff --git a/rts/Schedule.h b/rts/Schedule.h index 7760e36..a00d81a 100644 --- a/rts/Schedule.h +++ b/rts/Schedule.h @@ -14,7 +14,7 @@ #include "Capability.h" #include "Trace.h" -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" /* initScheduler(), exitScheduler() * Called from STG : no @@ -214,7 +214,7 @@ emptyThreadQueues(Capability *cap) #endif /* !IN_STG_CODE */ -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* SCHEDULE_H */