X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FUpdates.h;h=2258c988bb4a0b60247698101c075af9dfcad13c;hb=521f2016cb881842c4b30b9f460ac612e691ac23;hp=de9276c90908ca29a559038ca73291cf53bd01a8;hpb=5d52d9b64c21dcf77849866584744722f8121389;p=ghc-hetmet.git diff --git a/rts/Updates.h b/rts/Updates.h index de9276c..2258c98 100644 --- a/rts/Updates.h +++ b/rts/Updates.h @@ -10,7 +10,7 @@ #define UPDATES_H #ifndef CMINUSMINUS -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" #endif /* ----------------------------------------------------------------------------- @@ -22,8 +22,8 @@ BEGIN_RTS_PRIVATE * which p1 resides. * * Note: - * After all, we do *NOT* need to call LDV_RECORD_CREATE() for both IND and - * IND_OLDGEN closures because they are inherently used. But, it corrupts + * After all, we do *NOT* need to call LDV_RECORD_CREATE() for IND + * closures because they are inherently used. But, it corrupts * the invariants that every closure keeps its creation time in the profiling * field. So, we call LDV_RECORD_CREATE(). */ @@ -173,7 +173,7 @@ INLINE_HEADER void updateWithIndirection (Capability *cap, #endif /* CMINUSMINUS */ #ifndef CMINUSMINUS -END_RTS_PRIVATE +#include "EndPrivate.h" #endif #endif /* UPDATES_H */