From e53ba3592da5f72d1f701981126dbd28db9df98c Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Sat, 13 Jun 2009 19:19:56 +0000 Subject: Stop building the rts against gmp Nothing from gmp is used in the rts anymore. --- includes/Cmm.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'includes/Cmm.h') 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) /* ------------------------------------------------------------------------- -- cgit v1.2.1