From 446d320c8ecc842d839222dbb5fe3f06640cd46f Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 29 Nov 2004 21:16:54 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5da3b7f9b..50e99e8ab 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2004-11-30 Kevin Ryde + + * gc_os_dep.c (NetBSD): Test __m68k__ and __arm__ as well as m68k and + arm32. Reported by Greg Troxel. + 2004-11-14 mvo * unif.c, unif.h (scm_i_cvref): Made non-static for ramap.c.