guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.0-215-gfb9cf


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.0-215-gfb9cfa8
Date: Mon, 25 Apr 2011 22:03:51 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=fb9cfa83a7fae2ba5afdb4d0666446f44593f1fa

The branch, stable-2.0 has been updated
       via  fb9cfa83a7fae2ba5afdb4d0666446f44593f1fa (commit)
      from  7c86abd9ce9671c82a06d373ec8d1b847ec8d0bd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fb9cfa83a7fae2ba5afdb4d0666446f44593f1fa
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 26 00:03:44 2011 +0200

    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.

-----------------------------------------------------------------------

Summary of changes:
 libguile/numbers.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libguile/numbers.c b/libguile/numbers.c
index 742f4d1..fe510a1 100644
--- 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


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]