X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=24033b94828cacd1c3a0eba5313a6adf899c2521;hb=fd316eba4747cf8bb9381e06c7afc3c024e1e5c1;hp=909e243b7a149f033b5a8551f9872a6570cb0c44;hpb=81c95f7d9854521a568179bb19199299835b7a53;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 */