diff options
| author | Simon Marlow <marlowsd@gmail.com> | 2009-08-01 19:34:49 +0000 |
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-01 19:34:49 +0000 |
| commit | 65f42ebe9635f8eb626b01aefa14347fdad34254 (patch) | |
| tree | 2e7dde44195149d4040874d400a0451228d077fc /libraries/ghc-prim/cbits | |
| parent | 43c7f115e7b08f9e1823a2c5eeca66ec8b8ad596 (diff) | |
| download | haskell-65f42ebe9635f8eb626b01aefa14347fdad34254.tar.gz | |
Update to follow RTS tidyp changes
Diffstat (limited to 'libraries/ghc-prim/cbits')
| -rw-r--r-- | libraries/ghc-prim/cbits/longlong.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-prim/cbits/longlong.c b/libraries/ghc-prim/cbits/longlong.c index 21c9adb0c3..8204b2d558 100644 --- a/libraries/ghc-prim/cbits/longlong.c +++ b/libraries/ghc-prim/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 */ |
