X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerProfile.h;h=7278dc74659abf0198efebbf60c9e6a85695236d;hb=254528e32a007e508bb5967948ba02aa15c7e482;hp=da9a847478cdd79b6fd67bfa169a2b3428e38da2;hpb=948c01bdb7f42504487a624b229137694871efd0;p=ghc-hetmet.git diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h index da9a847..7278dc7 100644 --- a/rts/RetainerProfile.h +++ b/rts/RetainerProfile.h @@ -14,10 +14,12 @@ #include "RetainerSet.h" -extern void initRetainerProfiling ( void ); -extern void endRetainerProfiling ( void ); -extern void retainerProfile ( void ); -extern void resetStaticObjectForRetainerProfiling( StgClosure *static_objects ); +#pragma GCC visibility push(hidden) + +void initRetainerProfiling ( void ); +void endRetainerProfiling ( void ); +void retainerProfile ( void ); +void resetStaticObjectForRetainerProfiling( StgClosure *static_objects ); extern StgWord flip; @@ -41,6 +43,8 @@ retainerSetOf( StgClosure *c ) extern lnat retainerStackBlocks ( void ); #endif +#pragma GCC visibility pop + #endif /* PROFILING */ #endif /* RETAINERPROFILE_H */