fix c32vector-set!, c64vector-set!
authorAndy Wingo <wingo@pobox.com>
Fri, 1 Apr 2011 14:45:58 +0000 (16:45 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 1 Apr 2011 14:45:58 +0000 (16:45 +0200)
commit39bed56f670267f66d99f98cd58978871b789557
treef55803c8d15023aa76ca848105ca5d49dbbeb3c1
parentc6b08d21947b1b33de1e8cd364553112d4015253
fix c32vector-set!, c64vector-set!

* module/srfi/srfi-4/gnu.scm (bytevector-c32-native-set!):
  (bytevector-c64-native-set!): Fix to actually allow complex numbers.

* test-suite/tests/srfi-4.test: Add tests.
module/srfi/srfi-4/gnu.scm
test-suite/tests/srfi-4.test