* gh_data.c (gh_scm2chars, gh_scm2shorts, gh_scm2longs),
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Wed, 14 Mar 2001 10:02:12 +0000 (10:02 +0000)
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Wed, 14 Mar 2001 10:02:12 +0000 (10:02 +0000)
commitd3dd80ab5b01c4726b774942b45902e73a877a3c
tree3feb3b563ab37dffda91e778a56f0003edd8c9bc
parent26a3038db8ebebcb6e1c97e2293e73b6bfebfa90
* gh_data.c (gh_scm2chars, gh_scm2shorts, gh_scm2longs),
(gh_scm2floats, gh_scm2doubles): Check for malloc() returning NULL
in various places.
(gh_scm2newstr, gh_symbol2newstr): Change call to
scm_must_malloc() to malloc(), because user-free()able memory is
allocated.
* gc.c: Added declaration of `scm_debug_check_freelist'.
libguile/ChangeLog
libguile/gc.c
libguile/gh_data.c