diff options
author | Rob Browning <rlb@defaultvalue.org> | 2004-06-20 20:14:38 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2004-06-20 20:14:38 +0000 |
commit | 82d5c4b7048fc18276cc7f25bcc5234823735f5a (patch) | |
tree | ede545ce1119ccbdf791e83f83b6177cb853098f | |
parent | 9150491dc39ddf246ba21a93966b0ba3ca6796ee (diff) | |
download | guile-82d5c4b7048fc18276cc7f25bcc5234823735f5a.tar.gz |
*** empty log message ***
-rw-r--r-- | srfi/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/srfi/ChangeLog b/srfi/ChangeLog index f020f8e67..54aec22e5 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,6 +1,7 @@ 2004-06-20 Rob Browning <rlb@defaultvalue.org> - * srfi-4.c (uvec_print): rewrite using a union to make more + * srfi-4.c: fix #ifdef checks for 64-bit types; should be #if. + (uvec_print): rewrite using a union to make more compact, and use static print_uint64 and print_int64 to print 64-bit elements. (print_int64): new static function (temporary fix). |