SRFI-4 predicates, length accessors only accept bytevectors (not arrays)
authorAndy Wingo <wingo@pobox.com>
Fri, 7 Feb 2014 16:53:01 +0000 (17:53 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 7 Feb 2014 16:53:01 +0000 (17:53 +0100)
commita675a2e81b792b9f860bec57c38a1948631c7a41
tree36e0bffe82aad2bd33286dce05b3ecc616506443
parent9b5da400dde6e6bc8fd0e318e7ca1feffa5870db
SRFI-4 predicates, length accessors only accept bytevectors (not arrays)

* module/srfi/srfi-4.scm (define-bytevector-type): For the predicates
  and length accessors, only accept bytevectors.  Since arrays don't
  work for u32vector-ref et al, they shouldn't pass u32vector?.
module/srfi/srfi-4.scm