X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerSet.h;h=74152b96950faef0c1665c1a8eb673af69261390;hb=fff1f6194c3c39de53cd645bda9865fb131b1c68;hp=cbf8c1d9b08264633f3cfd6ca306b49db7b5dc84;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;p=ghc-hetmet.git diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h index cbf8c1d..74152b9 100644 --- a/rts/RetainerSet.h +++ b/rts/RetainerSet.h @@ -14,7 +14,7 @@ #ifdef PROFILING -#pragma GCC visibility push(hidden) +#include "BeginPrivate.h" /* Type 'retainer' defines the retainer identity. @@ -199,7 +199,7 @@ void outputAllRetainerSet(FILE *); // the best place to define it. void printRetainer(FILE *, retainer); -#pragma GCC visibility pop +#include "EndPrivate.h" #endif /* PROFILING */ #endif /* RETAINERSET_H */