diff options
author | Duncan Coutts <duncan@well-typed.com> | 2009-06-13 19:19:56 +0000 |
---|---|---|
committer | Duncan Coutts <duncan@well-typed.com> | 2009-06-13 19:19:56 +0000 |
commit | e53ba3592da5f72d1f701981126dbd28db9df98c (patch) | |
tree | 93b9895783309449d201c644b2687887a9cb3be7 /includes/Cmm.h | |
parent | 1b61c2db6a8d6627577bcd7876474a0c5bd1eedb (diff) | |
download | haskell-e53ba3592da5f72d1f701981126dbd28db9df98c.tar.gz |
Stop building the rts against gmp
Nothing from gmp is used in the rts anymore.
Diffstat (limited to 'includes/Cmm.h')
-rw-r--r-- | includes/Cmm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/Cmm.h b/includes/Cmm.h index e3f46e143b..4577672f44 100644 --- a/includes/Cmm.h +++ b/includes/Cmm.h @@ -342,11 +342,6 @@ #include "Block.h" /* For Bdescr() */ -/* Can't think of a better place to put this. */ -#if SIZEOF_mp_limb_t != SIZEOF_VOID_P -#error mp_limb_t != StgWord: assumptions in PrimOps.cmm are now false -#endif - #define MyCapability() (BaseReg - OFFSET_Capability_r) /* ------------------------------------------------------------------------- |