X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfHeap.h;h=48b5bafa483f133b512a43b28cd3b17620b72813;hb=1a9245caefb80a3c4c5965aaacdf9a607e792e1c;hp=cda29ad09246c5a7c37f925b1e9da1501eb1ce76;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;p=ghc-hetmet.git diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index cda29ad..48b5baf 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -9,7 +9,7 @@ #ifndef PROFHEAP_H #define PROFHEAP_H -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" void heapCensus (void); nat initHeapProfiling (void); @@ -17,6 +17,6 @@ void endHeapProfiling (void); void LDV_recordDead (StgClosure *c, nat size); rtsBool strMatchesSelector (char* str, char* sel); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* PROFHEAP_H */