summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2004-10-07 23:42:41 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2004-10-07 23:42:41 +0000
commit07b99edbe88b70baec22103a70b1818cf61a932e (patch)
tree0ec85d3928294d3565b45b4c44d216eeff00abde
parent497eb0b7252526e3694fd50f4141c34b4ba08f7d (diff)
downloadguile-07b99edbe88b70baec22103a70b1818cf61a932e.tar.gz
(scm_igc): put scm_gc_running-- before running hooks.
-rw-r--r--libguile/gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gc.c b/libguile/gc.c
index 6c8785756..c1d489c40 100644
--- a/libguile/gc.c
+++ b/libguile/gc.c
@@ -606,8 +606,8 @@ scm_igc (const char *what)
/*
See above.
*/
- scm_c_hook_run (&scm_after_gc_c_hook, 0);
--scm_gc_running_p;
+ scm_c_hook_run (&scm_after_gc_c_hook, 0);
scm_rec_mutex_unlock (&scm_i_sweep_mutex);
/*