summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-09-17 13:15:42 +0100
committerIan Lynagh <ian@well-typed.com>2012-09-17 17:39:22 +0100
commit10cc42243817e5b812946a231a129a9d88277046 (patch)
tree29c178c244e33289b83c21b275b0b765f3860df5 /includes
parent79ee264a8df1c9c9617fbe109a3cdfc51bb3d42a (diff)
downloadhaskell-10cc42243817e5b812946a231a129a9d88277046.tar.gz
Move tARGET_* out of HaskellConstants
Diffstat (limited to 'includes')
-rw-r--r--includes/HaskellConstants.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/HaskellConstants.hs b/includes/HaskellConstants.hs
index 4ad7deef19..bf0e99e58e 100644
--- a/includes/HaskellConstants.hs
+++ b/includes/HaskellConstants.hs
@@ -48,11 +48,6 @@ type TargetWord = Word64
#error unknown SIZEOF_HSWORD
#endif
-tARGET_MIN_INT, tARGET_MAX_INT, tARGET_MAX_WORD :: Integer
-tARGET_MIN_INT = fromIntegral (minBound :: TargetInt)
-tARGET_MAX_INT = fromIntegral (maxBound :: TargetInt)
-tARGET_MAX_WORD = fromIntegral (maxBound :: TargetWord)
-
tARGET_MAX_CHAR :: Int
tARGET_MAX_CHAR = 0x10ffff