From ffe7dcdf8a4562fccad6ab7a773130631dace3ad Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Sat, 1 Aug 2009 19:34:49 +0000 Subject: [PATCH] Update to follow RTS tidyp changes --- cbits/longlong.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbits/longlong.c b/cbits/longlong.c index 21c9adb..8204b2d 100644 --- a/cbits/longlong.c +++ b/cbits/longlong.c @@ -28,7 +28,7 @@ The exceptions to the rule are primops that cast to and from #include "Rts.h" -#ifdef SUPPORT_LONG_LONGS +#if WORD_SIZE_IN_BITS < 64 /* Relational operators */ -- 1.7.10.4