guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. v2.1.0-44-gfab18c0


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, master, updated. v2.1.0-44-gfab18c0
Date: Mon, 09 Jun 2014 17:27:07 +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=fab18c02e88ba48217182b11d93b8bdc7c09ca48

The branch, master has been updated
       via  fab18c02e88ba48217182b11d93b8bdc7c09ca48 (commit)
      from  59258f7cad38327cb32278f64ec53eb6ba63a3df (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 fab18c02e88ba48217182b11d93b8bdc7c09ca48
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 9 19:26:38 2014 +0200

    Use the right GC version macros.
    
    Reported by Doug Evans <address@hidden>.
    
    * libguile/gc.c (scm_storage_prehistory): Use GC_VERSION_MICRO, not
      GC_ALPHA_VERSION.

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

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

diff --git a/libguile/gc.c b/libguile/gc.c
index fe93cba..13823c0 100644
--- a/libguile/gc.c
+++ b/libguile/gc.c
@@ -601,7 +601,7 @@ scm_storage_prehistory ()
   GC_set_finalize_on_demand (1);
 
 #if (GC_VERSION_MAJOR == 7 && GC_VERSION_MINOR == 4    \
-     && GC_ALPHA_VERSION == 0)
+     && GC_VERSION_MICRO == 0)
   /* BDW-GC 7.4.0 has a bug making it loop indefinitely when using more
      than one marker thread: <https://github.com/ivmai/bdwgc/pull/30>.
      Work around it by asking for one marker thread.  */


hooks/post-receive
-- 
GNU Guile



reply via email to

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