X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FLiteral.lhs;fp=compiler%2FbasicTypes%2FLiteral.lhs;h=ec1d7c473ba116c2654da7783484916beaf5802f;hp=c6782f0ad9430ab197cc933ab19f0290f79c3690;hb=206b4dec78250efef3cd927d64dc6cbc54a16c3d;hpb=1286da96dc65faa5992a8a34c5b3bf29dfe2be04 diff --git a/compiler/basicTypes/Literal.lhs b/compiler/basicTypes/Literal.lhs index c6782f0..ec1d7c4 100644 --- a/compiler/basicTypes/Literal.lhs +++ b/compiler/basicTypes/Literal.lhs @@ -62,7 +62,7 @@ respectively (which will be wrong on a 64-bit machine). \begin{code} tARGET_MIN_INT, tARGET_MAX_INT, tARGET_MAX_WORD :: Integer -#if __GLASGOW_HASKELL__ +#ifdef __GLASGOW_HASKELL__ tARGET_MIN_INT = toInteger (minBound :: Int) tARGET_MAX_INT = toInteger (maxBound :: Int) #else