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 1999-07-31 17:01:53 +00:00
parent e4ef23303f
commit 9ffdde1c44

View file

@ -1,5 +1,10 @@
1999-07-31 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* gc.c (scm_must_malloc, scm_must_realloc): Removed unnecessary
code, particularly an unnecessary test (len != size, where len ==
size). (Was this leftovers from debugging code, or have I missed
something profound?)
* hashtab.c: Bugfix: Don't declare s_hash_fold without storage
size. (Thanks to James Dean Palmer.)