summaryrefslogtreecommitdiff
path: root/libguile/weaks.h
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2007-08-26 18:11:57 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2007-08-26 18:11:57 +0000
commit5dbc6c067957e1e854adf09ea654773fef24e4c2 (patch)
treeca3242ae6ac00bc149d1a713697a7f54d78ab3f2 /libguile/weaks.h
parentb87e6d0412ab54a30d133db19c01d3de2e61ddee (diff)
downloadguile-5dbc6c067957e1e854adf09ea654773fef24e4c2.tar.gz
replace port table with weak hash table. This simplifies
memory management, and fixes freed cells appearing in port-for-each output.
Diffstat (limited to 'libguile/weaks.h')
-rw-r--r--libguile/weaks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/weaks.h b/libguile/weaks.h
index ec9e7b4f9..bf854d558 100644
--- a/libguile/weaks.h
+++ b/libguile/weaks.h
@@ -70,6 +70,7 @@ SCM_API void scm_i_mark_weak_vector (SCM w);
SCM_API int scm_i_mark_weak_vectors_non_weaks (void);
SCM_API void scm_i_remove_weaks_from_weak_vectors (void);
+
#endif /* SCM_WEAKS_H */
/*