From c6ba6ce6e3538fd31b54bacff0fbcec9a7b0bcdd Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 18 Oct 2000 21:06:21 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index bdba91875..baedc6ea1 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 2000-10-18 Marius Vollmer + * print.c (grow_ref_stack): Pass a INUM to scm_make_vector as the + size, not a naked int. Thanks to Brat Knotwell! + * gc_os_dep.c (GC_noop1, GC_bool, TRUE, FALSE, VOLATILE): Definitions copied from Boehm collector.