From 449e17949440ca84871f04a61ce2c9a6e71226f0 Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 20 Nov 1997 16:16:13 +0000 Subject: [PATCH] [project @ 1997-11-20 16:16:13 by simonm] change minBound back until I can fix the bootstrapping problems. Grrrr. --- ghc/lib/ghc/PrelBase.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4