fix (bytevector-ieee-single-native-set! x 0 0)
authorAndy Wingo <wingo@pobox.com>
Sat, 18 Jul 2009 17:03:28 +0000 (19:03 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 19 Jul 2009 13:38:01 +0000 (15:38 +0200)
commitcd43fdc5b7a7c851ee0f2b4e96a1f394fb50d869
treeabf1628c22fdc19faa436fe87c5d610df8f2d60d
parente286c973fcd63c0930d9302cc5f1a280b9b22615
fix (bytevector-ieee-single-native-set! x 0 0)

* libguile/bytevectors.c (VALIDATE_REAL): SCM_VALIDATE_REAL is not what
  we need for checking values for bytevector-ieee-single-native-set! et
  al, so define our own validator.
  (IEEE754_SET, IEEE754_NATIVE_SET): Use it.
libguile/bytevectors.c