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:
parent
a1a33b0f99
commit
f4b0c56850
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue