X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;fp=rts%2FRtsUtils.h;h=24033b94828cacd1c3a0eba5313a6adf899c2521;hb=51b85031ce99f1e9d4c72249d6d85672188f0fbd;hp=909e243b7a149f033b5a8551f9872a6570cb0c44;hpb=a998343dfabe92da17b2f60c78968eff2f444050;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 909e243..24033b9 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -9,7 +9,7 @@ #ifndef RTSUTILS_H #define RTSUTILS_H -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" /* ----------------------------------------------------------------------------- * (Checked) dynamic allocation @@ -48,6 +48,6 @@ int genericRaise(int sig); int rts_isProfiled(void); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* RTSUTILS_H */