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.3-122-g8f478


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-122-g8f47877
Date: Mon, 09 Jan 2012 14:39:03 +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=8f47877fc7a9f36ffcfba7d63c5cdf8ebe40347a

The branch, stable-2.0 has been updated
       via  8f47877fc7a9f36ffcfba7d63c5cdf8ebe40347a (commit)
      from  b2fb40a90358fcc5264a4a2fe8c7d24d3d7db2a2 (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 8f47877fc7a9f36ffcfba7d63c5cdf8ebe40347a
Author: Andy Wingo <address@hidden>
Date:   Mon Jan 9 15:38:51 2012 +0100

    test-pthread-create-secondary: gc/gc.h, not gc/gc_version.h
    
    * test-suite/standalone/test-pthread-create-secondary.c: Include
      gc/gc.h.  It works on libgc from git, and on 7.1.

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

Summary of changes:
 .../standalone/test-pthread-create-secondary.c     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test-suite/standalone/test-pthread-create-secondary.c 
b/test-suite/standalone/test-pthread-create-secondary.c
index fe39c2a..e145fa5 100644
--- a/test-suite/standalone/test-pthread-create-secondary.c
+++ b/test-suite/standalone/test-pthread-create-secondary.c
@@ -27,7 +27,7 @@
 #include <stdlib.h>
 #include <libguile.h>
 
-#include <gc/gc_version.h>
+#include <gc/gc.h>
 
 
 /* Up to GC 7.2alpha5, calling `GC_INIT' from a secondary thread would


hooks/post-receive
-- 
GNU Guile



reply via email to

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