summaryrefslogtreecommitdiff
path: root/libguile/gc.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-11-18 11:10:54 +0100
committerAndy Wingo <wingo@pobox.com>2011-11-24 11:47:36 +0100
commitfbe1cb7f64a6af5c3dd6b94a9b176a28124f5c9b (patch)
tree8d2b7e1a77be830b2efdd0801d8d43b3806e3145 /libguile/gc.h
parent2ec8da2e4501f96a228ec64430f07c3f0e409d29 (diff)
downloadguile-fbe1cb7f64a6af5c3dd6b94a9b176a28124f5c9b.tar.gz
remove public scm_protects export
* libguile/gc.h: * libguile/gc.c: Remove scm_protects from the API. It is deprecated on stable-2.0.
Diffstat (limited to 'libguile/gc.h')
-rw-r--r--libguile/gc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/gc.h b/libguile/gc.h
index a7f3b7343..08d2c15b5 100644
--- a/libguile/gc.h
+++ b/libguile/gc.h
@@ -325,7 +325,6 @@ SCM_API void scm_gc_register_root (SCM *p);
SCM_API void scm_gc_unregister_root (SCM *p);
SCM_API void scm_gc_register_roots (SCM *b, unsigned long n);
SCM_API void scm_gc_unregister_roots (SCM *b, unsigned long n);
-SCM_API SCM scm_protects;
SCM_INTERNAL void scm_storage_prehistory (void);
SCM_INTERNAL void scm_init_gc_protect_object (void);
SCM_INTERNAL void scm_init_gc (void);