X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FStorage.h;fp=rts%2Fsm%2FStorage.h;h=ea744a7a74836d883daa674145df0cc12cbf1e76;hb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;hp=c6aa45e16274cf861b983644cd016a2fea200146;hpb=acdd7c95066cf6505a4d2e8683f119146805af91;p=ghc-hetmet.git diff --git a/rts/sm/Storage.h b/rts/sm/Storage.h index c6aa45e..ea744a7 100644 --- a/rts/sm/Storage.h +++ b/rts/sm/Storage.h @@ -9,6 +9,8 @@ #ifndef SM_STORAGE_H #define SM_STORAGE_H +#pragma GCC visibility push(hidden) + /* ----------------------------------------------------------------------------- Initialisation / De-initialisation -------------------------------------------------------------------------- */ @@ -166,4 +168,6 @@ void move_TSO (StgTSO *src, StgTSO *dest); extern StgClosure * caf_list; extern StgClosure * revertible_caf_list; +#pragma GCC visibility pop + #endif /* SM_STORAGE_H */