X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FStgPrimFloat.h;h=3f5b3e50138fbeb4d786ee7ec5f5456f19012cee;hb=c970ab42e9abaf91c35e167acf1b8fe0e9e61dbd;hp=f0e466b76b12855ea544f23344a054e1f6b4eca9;hpb=254528e32a007e508bb5967948ba02aa15c7e482;p=ghc-hetmet.git diff --git a/rts/StgPrimFloat.h b/rts/StgPrimFloat.h index f0e466b..3f5b3e5 100644 --- a/rts/StgPrimFloat.h +++ b/rts/StgPrimFloat.h @@ -9,7 +9,7 @@ #ifndef STGPRIMFLOAT_H #define STGPRIMFLOAT_H -#pragma GCC visibility push(hidden) +BEGIN_RTS_PRIVATE /* grimy low-level support functions defined in StgPrimFloat.c */ void __decodeDouble_2Int (I_ *man_sign, W_ *man_high, W_ *man_low, I_ *exp, StgDouble dbl); @@ -21,6 +21,6 @@ StgFloat __word_encodeFloat (W_ j, I_ e); // __int_encodeDouble and __int_encodeFloat are public, declared in // includes/rts/PrimFloat.h. -#pragma GCC visibility pop +END_RTS_PRIVATE #endif /* STGPRIMFLOAT_H */