From: Simon Marlow Date: Sat, 1 Aug 2009 19:34:49 +0000 (+0000) Subject: Update to follow RTS tidyp changes X-Git-Tag: Haskell_2010_report_generated~4 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ffe7dcdf8a4562fccad6ab7a773130631dace3ad;p=ghc-prim.git Update to follow RTS tidyp changes --- 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 */