X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=b57112682816b660607435f92e529adb6414435f;hb=0885017a4e92fe5710d1427c214adb87b92987e5;hp=909e243b7a149f033b5a8551f9872a6570cb0c44;hpb=81c95f7d9854521a568179bb19199299835b7a53;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 909e243..b571126 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 @@ -46,8 +46,8 @@ void printRtsInfo(void); /* Alternate to raise(3) for threaded rts, for OpenBSD */ int genericRaise(int sig); -int rts_isProfiled(void); +void checkFPUStack(void); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* RTSUTILS_H */