X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfiling.h;h=764e467b41ff9af5cd1491461ab913c728cb4bcc;hb=661c97c65e5fa47177502e592bb763f752b487ac;hp=87d81e2f9b5f9bc6e532617eace735dbfe7d9a9d;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;p=ghc-hetmet.git diff --git a/rts/Profiling.h b/rts/Profiling.h index 87d81e2..764e467 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -11,7 +11,7 @@ #include -#pragma GCC visibility push(hidden) +BEGIN_RTS_PRIVATE void initProfiling1 (void); void freeProfiling1 (void); @@ -37,6 +37,6 @@ void debugCCS( CostCentreStack *ccs ); #endif -#pragma GCC visibility pop +END_RTS_PRIVATE #endif /* PROFILING_H */