bug-guile
[Top][All Lists]
Advanced

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

(no subject)


From: Hyperdivision
Subject: (no subject)
Date: Sun, 25 Apr 2004 04:56:39 -0500
User-agent: nail 10.7 3/19/04

Subject: line 82 in libguile/num2integral.c


this one better?
otherwise i get "address of __gmpz_fits_[su]int_p will always evaluate to true"
when compiling with gcc-cvs and halts with an error.
diff -Naur guile-core.orig/libguile/num2integral.i.c 
guile-core/libguile/num2integral.i.c
--- guile-core.orig/libguile/num2integral.i.c   2004-02-17 18:25:39.000000000 
-0600
+++ guile-core/libguile/num2integral.i.c        2004-04-25 04:50:33.515647432 
-0500
@@ -79,7 +79,7 @@
       else
         {
           /* make sure the result will fit */
-          if (BIGMPZ_FITSP)
+          if (BIGMPZ_FITSP!=0)
             {
               int fits_p = BIGMPZ_FITSP (SCM_I_BIG_MPZ (num));
               scm_remember_upto_here_1 (num);




reply via email to

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