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

*** empty log message ***

This commit is contained in:
Jim Blandy 1999-07-19 18:57:40 +00:00
parent 67b2561b50
commit 8e1e60f181

View file

@ -1,5 +1,8 @@
1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
* guardians.c (scm_guardian_zombify): Separate scanning for
zombies from marking the pairs of the free list.
* guardians.c (scm_guardian_zombify): Don't set marks manually ---
use the macros. (Thanks to Michael Livshin.)