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:
parent
7c86abd9ce
commit
fb9cfa83a7
1 changed files with 0 additions and 3 deletions
|
@ -70,9 +70,6 @@
|
||||||
|
|
||||||
#include "libguile/eq.h"
|
#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 */
|
/* values per glibc, if not already defined */
|
||||||
#ifndef M_LOG10E
|
#ifndef M_LOG10E
|
||||||
#define M_LOG10E 0.43429448190325182765
|
#define M_LOG10E 0.43429448190325182765
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue