X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FSanity.h;h=602be547245717fc4fa7cdf05fc701a15725dee0;hb=13b1fa907fd5d700167cc4da26668fb356d5ecfc;hp=5c963b4c236eb4f58fca5f5b0d2aeaaea1692406;hpb=2726a2f10256710cc6ed80b1098cb32e121e1be7;p=ghc-hetmet.git diff --git a/rts/sm/Sanity.h b/rts/sm/Sanity.h index 5c963b4..602be54 100644 --- a/rts/sm/Sanity.h +++ b/rts/sm/Sanity.h @@ -11,7 +11,7 @@ #ifdef DEBUG -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" # if defined(PAR) # define PVM_PE_MASK 0xfffc0000 @@ -42,7 +42,7 @@ void memInventory (rtsBool show); void checkBQ (StgTSO *bqe, StgClosure *closure); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* DEBUG */