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.