[commit: integer-simple] master: remove erroneous '::' in NOINLINE pragma (bc04c4f)
Simon Marlow
marlowsd at gmail.com
Mon Oct 17 16:14:51 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-simple
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/bc04c4f51a3edcd7145a66ffac796adb2eed4a11
>---------------------------------------------------------------
commit bc04c4f51a3edcd7145a66ffac796adb2eed4a11
Author: Simon Marlow <marlowsd at gmail.com>
Date: Fri Oct 14 10:01:06 2011 +0100
remove erroneous '::' in NOINLINE pragma
>---------------------------------------------------------------
GHC/Integer/Type.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/GHC/Integer/Type.hs b/GHC/Integer/Type.hs
index 02eeef2..c3d812c 100644
--- a/GHC/Integer/Type.hs
+++ b/GHC/Integer/Type.hs
@@ -97,7 +97,7 @@ integerToInt i = word2Int# (integerToWord i)
integerToWord64 :: Integer -> Word64#
integerToWord64 i = int64ToWord64# (integerToInt64 i)
-{-# NOINLINE word64ToInteger:: #-}
+{-# NOINLINE word64ToInteger #-}
word64ToInteger:: Word64# -> Integer
word64ToInteger w = if w `eqWord64#` wordToWord64# 0##
then Naught
More information about the Cvs-libraries
mailing list