X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FProfiling.h;h=e27ad4c5edd9738c952aebf9c6f1bf6fb51d611c;hp=764e467b41ff9af5cd1491461ab913c728cb4bcc;hb=a52ff7619e8b7d74a9d933d922eeea49f580bca8;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e diff --git a/rts/Profiling.h b/rts/Profiling.h index 764e467..e27ad4c 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -11,12 +11,12 @@ #include -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" void initProfiling1 (void); -void freeProfiling1 (void); void initProfiling2 (void); void endProfiling (void); +void freeProfiling (void); extern FILE *prof_file; extern FILE *hp_file; @@ -37,6 +37,6 @@ void debugCCS( CostCentreStack *ccs ); #endif -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* PROFILING_H */