From: simonm Date: Thu, 13 Nov 1997 17:08:31 +0000 (+0000) Subject: [project @ 1997-11-13 17:08:31 by simonm] X-Git-Tag: Approx_2487_patches~1295 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9ecc9d5724e142a69b0ce4eb501a366e9069e591;p=ghc-hetmet.git [project @ 1997-11-13 17:08:31 by simonm] oops, correct it again. --- diff --git a/ghc/lib/ghc/PrelBase.lhs b/ghc/lib/ghc/PrelBase.lhs index 6f2c47b..5db767e 100644 --- a/ghc/lib/ghc/PrelBase.lhs +++ b/ghc/lib/ghc/PrelBase.lhs @@ -583,7 +583,7 @@ eftInt now step instance Bounded Int where - minBound = negate 214748367 - 1 -- ********************** + minBound = negate 2147483647 - 1 -- ********************** maxBound = 2147483647 -- ********************** instance Num Int where