X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=24033b94828cacd1c3a0eba5313a6adf899c2521;hb=46e7ae64c37e193ae57fc8646602cc94a7caf573;hp=e47dbb911003baad20ff856cd5ad2d57290668b5;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index e47dbb9..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 @@ -35,7 +35,7 @@ void stgFree(void* p); void heapOverflow(void); char *time_str(void); -char *ullong_format_string(ullong, char *, rtsBool); +char *showStgWord64(StgWord64, char *, rtsBool); #ifdef DEBUG void heapCheckFail( void ); @@ -48,6 +48,6 @@ int genericRaise(int sig); int rts_isProfiled(void); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* RTSUTILS_H */