From: Ian Lynagh Date: Mon, 15 Jun 2009 20:24:44 +0000 (+0000) Subject: Remove old Integer prototypes X-Git-Tag: 2009-06-25~14 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=eac35b58c9201fad4083e4ec4ef0f5721d719dce;p=ghc-base.git Remove old Integer prototypes --- diff --git a/include/HsBase.h b/include/HsBase.h index d2c26da..f844bfd 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -203,9 +203,6 @@ HsWord64 hs_wordToWord64 (HsWord); HsWord hs_word64ToWord (HsWord64); HsInt64 hs_word64ToInt64 (HsWord64); -HsWord64 hs_integerToWord64 (HsInt sa, StgByteArray /* Really: mp_limb_t* */ da); -HsInt64 hs_integerToInt64 (HsInt sa, StgByteArray /* Really: mp_limb_t* */ da); - #endif /* SUPPORT_LONG_LONGS */ /* -----------------------------------------------------------------------------