X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=rts%2FRetainerSet.h;h=5004527d21732b3d6870452715419dbf58657f1b;hb=e5c3b478b3cd1707cf122833822f44b2ac09b8e9;hp=cbf8c1d9b08264633f3cfd6ca306b49db7b5dc84;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;p=ghc-hetmet.git diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h index cbf8c1d..5004527 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. @@ -165,7 +165,7 @@ void traverseAllRetainerSet(void (*f)(RetainerSet *)); #ifdef SECOND_APPROACH // Prints a single retainer set. -void printRetainerSetShort(FILE *, RetainerSet *); +void printRetainerSetShort(FILE *, RetainerSet *, nat); #endif // Print the statistics on all the retainer sets. @@ -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 */