(scm_gc_malloc): Return NULL if requested size is 0.
authorNeil Jerram <neil@ossau.uklinux.net>
Wed, 6 Feb 2008 22:22:14 +0000 (22:22 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Wed, 6 Feb 2008 22:22:14 +0000 (22:22 +0000)
commit4a19ed04528750e7764837494dea39556aca09f8
tree14cc88191da44f31d2ff099d4567ea72363d1f49
parent189171c5bb05de698d7704d86c57208773a0de4a
(scm_gc_malloc): Return NULL if requested size is 0.
(scm_gc_free): Don't call `free' if mem is NULL.
NEWS
THANKS
libguile/ChangeLog
libguile/gc-malloc.c