1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

Remove the `sizeof (mpz_t)' check.

* libguile/numbers.c: Remove `sizeof (mpz_t)' check, which wasn't need
  anymore since `make_bignum' doesn't make any such assumption.
This commit is contained in:
Ludovic Courtès 2011-04-26 00:03:44 +02:00
parent 7c86abd9ce
commit fb9cfa83a7

View 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