projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d111ef
)
[project @ 1997-11-20 16:16:13 by simonm]
author
simonm
<unknown>
Thu, 20 Nov 1997 16:16:13 +0000
(16:16 +0000)
committer
simonm
<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
patch
|
blob
|
history
diff --git
a/ghc/lib/ghc/PrelBase.lhs
b/ghc/lib/ghc/PrelBase.lhs
index
5db767e
..
86c9a58
100644
(file)
--- 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