* gc.c (scm_done_malloc): New function.
authorMarius Vollmer <mvo@zagadka.de>
Thu, 2 Oct 1997 14:42:58 +0000 (14:42 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 2 Oct 1997 14:42:58 +0000 (14:42 +0000)
gc.h (scm_done_malloc): New prototype.

libguile/gc.h

index c594bf6..8887883 100644 (file)
@@ -90,6 +90,7 @@ extern void scm_gc_sweep SCM_P ((void));
 extern char * scm_must_malloc SCM_P ((long len, char *what));
 extern char * scm_must_realloc SCM_P ((char *where, long olen, long len,
                                       char *what));
+extern void scm_done_malloc SCM_P ((long size));
 extern void scm_must_free SCM_P ((char *obj));
 extern void scm_remember SCM_P ((SCM * ptr));
 extern SCM scm_return_first SCM_P ((SCM elt, ...));