Update to follow RTS tidyp changes
authorSimon Marlow <marlowsd@gmail.com>
Sat, 1 Aug 2009 19:34:49 +0000 (19:34 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Sat, 1 Aug 2009 19:34:49 +0000 (19:34 +0000)
cbits/longlong.c

index 21c9adb..8204b2d 100644 (file)
@@ -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 */