[project @ 1997-11-13 17:08:31 by simonm]
authorsimonm <unknown>
Thu, 13 Nov 1997 17:08:31 +0000 (17:08 +0000)
committersimonm <unknown>
Thu, 13 Nov 1997 17:08:31 +0000 (17:08 +0000)
oops, correct it again.

ghc/lib/ghc/PrelBase.lhs

index 6f2c47b..5db767e 100644 (file)
@@ -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