[project @ 1997-11-20 16:16:13 by simonm]
authorsimonm <unknown>
Thu, 20 Nov 1997 16:16:13 +0000 (16:16 +0000)
committersimonm <unknown>
Thu, 20 Nov 1997 16:16:13 +0000 (16:16 +0000)
change minBound back until I can fix the bootstrapping problems.
Grrrr.

ghc/lib/ghc/PrelBase.lhs

index 5db767e..86c9a58 100644 (file)
@@ -583,7 +583,7 @@ eftInt now step
 
 
 instance  Bounded Int where
-    minBound =  negate 2147483647 - 1   -- **********************
+    minBound =  -2147483647            -- **********************
     maxBound =  2147483647            -- **********************
 
 instance  Num Int  where