From ce76fac1fe9c4a0185404cb616642efa1e7a4041 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 7 Sep 2004 15:51:49 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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