X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRts.h;h=6c039f83e0553506852a4650150834a8d9e851db;hb=1b61c2db6a8d6627577bcd7876474a0c5bd1eedb;hp=b038867e0105c659de9192773f03f58fd1695724;hpb=dd56e9ab4544e83d27532a8d9058140bfe81825c;p=ghc-hetmet.git diff --git a/includes/Rts.h b/includes/Rts.h index b038867..6c039f8 100644 --- a/includes/Rts.h +++ b/includes/Rts.h @@ -205,8 +205,6 @@ DLL_IMPORT_RTS extern char *prog_name; extern void stackOverflow(void); -extern void __decodeDouble (MP_INT *man, I_ *_exp, StgDouble dbl); -extern void __decodeFloat (MP_INT *man, I_ *_exp, StgFloat flt); extern void __decodeDouble_2Int (I_ *man_sign, W_ *man_high, W_ *man_low, I_ *exp, StgDouble dbl); extern void __decodeFloat_Int (I_ *man, I_ *exp, StgFloat flt);