diff options
Diffstat (limited to 'libguile/gc.c')
-rw-r--r-- | libguile/gc.c | 2 |
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); /* |