X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FStgPrimFloat.h;h=cd5da46326ac45cdfd24e1de7acc6fc2d5ff2746;hb=26f4bfc82f2b2359259578e9c54d476fc2de650f;hp=3f5b3e50138fbeb4d786ee7ec5f5456f19012cee;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;p=ghc-hetmet.git diff --git a/rts/StgPrimFloat.h b/rts/StgPrimFloat.h index 3f5b3e5..cd5da46 100644 --- a/rts/StgPrimFloat.h +++ b/rts/StgPrimFloat.h @@ -9,7 +9,7 @@ #ifndef STGPRIMFLOAT_H #define STGPRIMFLOAT_H -BEGIN_RTS_PRIVATE +#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. -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* STGPRIMFLOAT_H */