From: Ian Lynagh Date: Wed, 4 Apr 2007 15:57:32 +0000 (+0000) Subject: HsByteArray doesn't exist X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=9581ce16342f1c7adbefd16be2a72bcf54717b63;p=ghc-base.git HsByteArray doesn't exist --- diff --git a/include/HsBase.h b/include/HsBase.h index 50eb2a8..5b74dbb 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -209,8 +209,8 @@ HsWord64 hs_wordToWord64 (HsWord); HsWord hs_word64ToWord (HsWord64); HsInt64 hs_word64ToInt64 (HsWord64); -HsWord64 hs_integerToWord64 (HsInt sa, HsByteArray /* Really: mp_limb_t* */ da); -HsInt64 hs_integerToInt64 (HsInt sa, HsByteArray /* Really: mp_limb_t* */ da); +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 */