X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FStgPrimFloat.h;h=cd5da46326ac45cdfd24e1de7acc6fc2d5ff2746;hb=d108044bef62f6a0d579c92ced5e8188f72edc2d;hp=f0e466b76b12855ea544f23344a054e1f6b4eca9;hpb=254528e32a007e508bb5967948ba02aa15c7e482;p=ghc-hetmet.git diff --git a/rts/StgPrimFloat.h b/rts/StgPrimFloat.h index f0e466b..cd5da46 100644 --- a/rts/StgPrimFloat.h +++ b/rts/StgPrimFloat.h @@ -9,7 +9,7 @@ #ifndef STGPRIMFLOAT_H #define STGPRIMFLOAT_H -#pragma GCC visibility push(hidden) +#include "BeginPrivate.h" /* 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 +#include "EndPrivate.h" #endif /* STGPRIMFLOAT_H */