X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProftimer.h;h=07dffff6b97bb4561c118653933ec2f76106a0cd;hb=da9d10064c084fed395e6030b1cb82bee2b140ed;hp=7d4295642da1042af20d8999ceab0bfc3fa5a555;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;p=ghc-hetmet.git diff --git a/rts/Proftimer.h b/rts/Proftimer.h index 7d42956..07dffff 100644 --- a/rts/Proftimer.h +++ b/rts/Proftimer.h @@ -9,7 +9,7 @@ #ifndef PROFTIMER_H #define PROFTIMER_H -#pragma GCC visibility push(hidden) +#include "BeginPrivate.h" void initProfTimer ( void ); void handleProfTick ( void ); @@ -24,6 +24,6 @@ void startHeapProfTimer ( void ); extern rtsBool performHeapProfile; -#pragma GCC visibility pop +#include "EndPrivate.h" #endif /* PROFTIMER_H */