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.9-42-gd9e777


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-42-gd9e7774
Date: Sun, 21 Jul 2013 11:20:56 +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=d9e7774fda909306ebdaab175684043946b0931b

The branch, stable-2.0 has been updated
       via  d9e7774fda909306ebdaab175684043946b0931b (commit)
      from  620c13e8fc02060e0af8fa38398ee4de745d41e9 (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 d9e7774fda909306ebdaab175684043946b0931b
Author: Mark H Weaver <address@hidden>
Date:   Sun Jul 21 07:20:03 2013 -0400

    Fix minor formatting error in 'rationalize'.
    
    * libguile/numbers.c (scm_rationalize): Fix formatting.

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

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

diff --git a/libguile/numbers.c b/libguile/numbers.c
index b7b91ac..07bcaad 100644
--- a/libguile/numbers.c
+++ b/libguile/numbers.c
@@ -9528,8 +9528,8 @@ SCM_DEFINE (scm_rationalize, "rationalize", 2, 0, 0,
                  interval between the remainders NLO/DLO and NHI/DHI.
                  There are two cases to consider: either NLO/DLO == QLO
                  is an integer (indicated by RLO == 0), or QLO < QHI. */
-              if (mpz_sgn (rlo) == 0 || mpz_cmp (qlo, qhi)
-                 != 0) break;
+              if (mpz_sgn (rlo) == 0 || mpz_cmp (qlo, qhi) != 0)
+                break;
 
               /* Efficiently shuffle variables around for the next
                  iteration.  First we shift the recent convergents. */


hooks/post-receive
-- 
GNU Guile



reply via email to

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