From 48de9bb331a864ab1c4315b22a666d75924ec305 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 20 Jun 2004 20:18:25 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 54aec22e5..5a59d11fe 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,6 +1,7 @@ 2004-06-20 Rob Browning * srfi-4.c: fix #ifdef checks for 64-bit types; should be #if. + Add separate symmetric test for SCM_HAVE_T_UINT64 in one case. (uvec_print): rewrite using a union to make more compact, and use static print_uint64 and print_int64 to print 64-bit elements.