From: simonm Date: Thu, 20 Nov 1997 16:16:13 +0000 (+0000) Subject: [project @ 1997-11-20 16:16:13 by simonm] X-Git-Tag: Approx_2487_patches~1290 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=449e17949440ca84871f04a61ce2c9a6e71226f0;p=ghc-hetmet.git [project @ 1997-11-20 16:16:13 by simonm] change minBound back until I can fix the bootstrapping problems. Grrrr. --- diff --git a/ghc/lib/ghc/PrelBase.lhs b/ghc/lib/ghc/PrelBase.lhs index 5db767e..86c9a58 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 2147483647 - 1 -- ********************** + minBound = -2147483647 -- ********************** maxBound = 2147483647 -- ********************** instance Num Int where