From 4ecf5aa35776a5ef8ffc753efe84221af507bbe7 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Fri, 2 Jun 2000 23:47:31 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index b9eedde25..c68ab3848 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,12 @@ 2000-06-03 Mikael Djurfeldt + * gc.h (SCM_VALIDATE_CELL): Don't "use" the value returned by + abort (). + (SCM_CARLOC, SCM_CDRLOC): Define directly instead of using + SCM_CELL_OBJECT_0 and SCM_CELL_OBJECT_1. It's not correct to take + the address of these expressions since they use SCM_VALIDATE_CELL. + (Thanks to Bernard Urban.) + * dynl.c: Changed #include --> #include "libltdl/ltdl.h". (Thanks to Bill Schottstaedt.)