1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 15:10:27 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-03-16 01:29:21 +00:00
parent bb2c57fa98
commit 6c7c449e6d

View file

@ -1,8 +1,11 @@
2000-03-16 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* gc.c, gc.h (scm_map_free_list): Define also if GUILE_DEBUG is
defined.
* gc.c (scm_gc_sweep): Moved variable n_objects to inner sweep
loop and declare as register.
* gc.c (scm_gc_sweep): Sigh... forgot to clear private freelists
after GC.