Remove the `sizeof (mpz_t)' check.
authorLudovic Courtès <ludo@gnu.org>
Mon, 25 Apr 2011 22:03:44 +0000 (00:03 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 25 Apr 2011 22:03:44 +0000 (00:03 +0200)
* libguile/numbers.c: Remove `sizeof (mpz_t)' check, which wasn't need
  anymore since `make_bignum' doesn't make any such assumption.

libguile/numbers.c

index 742f4d1fed176293356bf4877a2dc52c54f7b372..fe510a1950e7a2804893da2d08e417e1fcfa86a7 100644 (file)
@@ -70,9 +70,6 @@
 
 #include "libguile/eq.h"
 
-/* GMP's `mpz_t' must fit into a double cell.  */
-verify (sizeof (mpz_t) <= (2 * sizeof (scm_t_bits)));
-
 /* values per glibc, if not already defined */
 #ifndef M_LOG10E
 #define M_LOG10E   0.43429448190325182765