summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2005-01-27 22:20:13 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2005-01-27 22:20:13 +0000
commit8b378a5f4893f3ee9e2738074370fd85bf3eef8e (patch)
tree4b656c9a1bb7fa20b6965bd5676aa1808ccddcce
parent1367aa5e91ec53a0a251d8a5852294c3f6d581ef (diff)
downloadguile-8b378a5f4893f3ee9e2738074370fd85bf3eef8e.tar.gz
*** empty log message ***
-rw-r--r--libguile/gc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/gc.h b/libguile/gc.h
index 99ad729bd..54888846a 100644
--- a/libguile/gc.h
+++ b/libguile/gc.h
@@ -310,7 +310,6 @@ SCM_API SCM scm_set_debug_cell_accesses_x (SCM flag);
SCM_API SCM scm_object_address (SCM obj);
SCM_API SCM scm_gc_stats (void);
SCM_API SCM scm_gc_live_object_stats (void);
-SCM_API SCM scm_gc_tag_name (SCM tag);
SCM_API SCM scm_gc (void);
SCM_API void scm_gc_for_alloc (struct scm_t_cell_type_statistics *freelist);
SCM_API SCM scm_gc_for_newcell (struct scm_t_cell_type_statistics *master, SCM *freelist);