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 <[email protected]> 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 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
