1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-04-21 11:36:09 +00:00
parent a1a33b0f99
commit f4b0c56850

View file

@ -1,5 +1,10 @@
2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* numbers.c (scm_odd_p, scm_even_p): Use SCM_WRONG_TYPE_ARG
instead of SCM_ASSERT (0, ...). (Some compilers will complain
about control reaching end of function otherwise, and, besides,
the new code is not less clear.)
* gc.c (scm_must_malloc, scm_must_realloc, scm_must_free): Added
calls to malloc debugging functions.