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 <[email protected]> Date: Mon Jun 9 19:26:38 2014 +0200 Use the right GC version macros. Reported by Doug Evans <[email protected]>. * 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
