* gc.c (scm_gc_sweep): Free the SCM_VELTS of a scm_tc7_contin only
authorMarius Vollmer <mvo@zagadka.de>
Thu, 2 Oct 1997 14:45:09 +0000 (14:45 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 2 Oct 1997 14:45:09 +0000 (14:45 +0000)
commitc68296f8fd1787572f24930ebd9b9ca5a28b29fa
tree3000013b27e2bd5b53c912629fc877f5d0fca4f3
parent5fccacb91bdae878e59c1ec42dede5aaaa315501
* gc.c (scm_gc_sweep): Free the SCM_VELTS of a scm_tc7_contin only
when they are non-NULL.
(scm_gc_mark): Likewise, mark only when non-NULL.

* gc.c (scm_done_malloc): New function.
gc.h (scm_done_malloc): New prototype.
libguile/gc.c