X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FProfiling.h;h=e27ad4c5edd9738c952aebf9c6f1bf6fb51d611c;hp=87d81e2f9b5f9bc6e532617eace735dbfe7d9a9d;hb=HEAD;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704 diff --git a/rts/Profiling.h b/rts/Profiling.h index 87d81e2..e27ad4c 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -11,12 +11,12 @@ #include -#pragma GCC visibility push(hidden) +#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 -#pragma GCC visibility pop +#include "EndPrivate.h" #endif /* PROFILING_H */