1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

* __scm.h (GC_FREE_SEGMENTS): Disable this until we have made

freeing of segment work with the new GC scheme.  (Thanks to
Michael Livshin.)
This commit is contained in:
Mikael Djurfeldt 2000-03-16 18:22:50 +00:00
parent a8cffa9f69
commit d2f51eaf14

View file

@ -49,7 +49,7 @@
*/
/* New scheme for garbage collection */
/* #define GUILE_NEW_GC_SCHEME */
#define GUILE_NEW_GC_SCHEME
/* #define GUILE_DEBUG_FREELIST */
@ -76,7 +76,9 @@
/* GC should relinquish empty cons-pair arenas.
*/
#ifndef GUILE_NEW_GC_SCHEME
#define GC_FREE_SEGMENTS
#endif
/* Provide a scheme-accessible count-down timer that
* generates a pseudo-interrupt.