diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2aa4e7517..57a189b6d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-09-07 Marius Vollmer + + * gc.h (SCM_SET_FREE_CELL_TYPE): New macro. + * gc.c (init_heap_seg): Use it instead of SCM_SET_CELL_TYPE, which + might cause unwanted checking with SCM_DEBUG_CELL_ACCESSES. + 2004-09-07 Kevin Ryde * posix.c (scm_nice): Correction to error detection. Reported by