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. release_1-9-2-153-g5f


From: Ken Raeburn
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-2-153-g5f5e7a2
Date: Thu, 03 Sep 2009 21:01:37 +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=5f5e7a2cd6db0a7068f00710d0cca340c043c0ea

The branch, master has been updated
       via  5f5e7a2cd6db0a7068f00710d0cca340c043c0ea (commit)
      from  be3eb25c64eeda81eeaf1356362e0eee9b5b02fb (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 5f5e7a2cd6db0a7068f00710d0cca340c043c0ea
Author: Ken Raeburn <address@hidden>
Date:   Thu Sep 3 16:59:11 2009 -0400

    Make test-case compilation with -DSCM_DEBUG=1 work.
    
    * gc.h (scm_i_expensive_validation_check): Declare SCM_API.

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

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

diff --git a/libguile/gc.h b/libguile/gc.h
index 8db76e3..c9d387a 100644
--- a/libguile/gc.h
+++ b/libguile/gc.h
@@ -248,7 +248,7 @@ SCM_INTERNAL void scm_i_ensure_marking(void);
 SCM_API int scm_debug_cell_accesses_p;
 SCM_API int scm_expensive_debug_cell_accesses_p;
 SCM_API int scm_debug_cells_gc_interval ;
-void scm_i_expensive_validation_check (SCM cell);
+SCM_API void scm_i_expensive_validation_check (SCM cell);
 #endif
 
 SCM_INTERNAL scm_i_pthread_mutex_t scm_i_gc_admin_mutex;


hooks/post-receive
-- 
GNU Guile




reply via email to

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