summaryrefslogtreecommitdiff
path: root/libguile/gc.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-03-11 11:06:14 +0100
committerAndy Wingo <wingo@pobox.com>2012-03-11 11:06:14 +0100
commit8b49b6b1f5522dfbb78c9249cf219a29264df490 (patch)
tree0af376e25d46d4edf9023b64957817012de0f890 /libguile/gc.c
parente0dc497832fbd175538bfe60b468fcb43c49aaae (diff)
parent02360ed6050833d5436ea4f1b9b4f10f3783491b (diff)
downloadguile-8b49b6b1f5522dfbb78c9249cf219a29264df490.tar.gz
Merge remote-tracking branch 'local-2.0/stable-2.0'
Conflicts: configure.ac
Diffstat (limited to 'libguile/gc.c')
-rw-r--r--libguile/gc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libguile/gc.c b/libguile/gc.c
index df93d32e5..71efd032c 100644
--- a/libguile/gc.c
+++ b/libguile/gc.c
@@ -611,6 +611,14 @@ scm_getenv_int (const char *var, int def)
return res;
}
+#ifndef HAVE_GC_SET_FINALIZE_ON_DEMAND
+static void
+GC_set_finalize_on_demand (int foo)
+{
+ GC_finalize_on_demand = foo;
+}
+#endif
+
void
scm_storage_prehistory ()
{