projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c86abd
)
Remove the `sizeof (mpz_t)' check.
author
Ludovic Courtès
<ludo@gnu.org>
Mon, 25 Apr 2011 22:03:44 +0000
(
00:03
+0200)
committer
Ludovic 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
patch
|
blob
|
history
diff --git
a/libguile/numbers.c
b/libguile/numbers.c
index 742f4d1fed176293356bf4877a2dc52c54f7b372..fe510a1950e7a2804893da2d08e417e1fcfa86a7 100644
(file)
--- a/
libguile/numbers.c
+++ b/
libguile/numbers.c
@@
-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