X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRts.h;h=6c039f83e0553506852a4650150834a8d9e851db;hb=1b61c2db6a8d6627577bcd7876474a0c5bd1eedb;hp=0caccc77d81d33186033dc4d2dd5cfcf3b285aef;hpb=1bca92d715d8b358ee83ff5ee0bc085bec063e59;p=ghc-hetmet.git diff --git a/includes/Rts.h b/includes/Rts.h index 0caccc7..6c039f8 100644 --- a/includes/Rts.h +++ b/includes/Rts.h @@ -205,7 +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 __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);