Fix compilation of literal bitvectors.
authorLudovic Courtès <ludo@gnu.org>
Thu, 15 Oct 2009 21:29:50 +0000 (23:29 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 15 Oct 2009 21:29:50 +0000 (23:29 +0200)
commitcd48c32cf4c1f627e9f9eeb8f7e077e0a414eab8
treef233eb69d4789e6dd931485d2740e7254639ae3f
parent29553c54b597880d329013c6b4b435e2949a9872
Fix compilation of literal bitvectors.

* libguile/arrays.c (scm_from_contiguous_typed_array): Fix BYTE_LEN
  sanity check for bitvectors.

* test-suite/tests/unif.test ("syntax")["bitvector is self-evaluating"]:
  New test.

* module/ice-9/deprecated.scm (#\y): Fix deprecation comment: `#*' is
  not a read syntax.
libguile/arrays.c
module/ice-9/deprecated.scm
test-suite/tests/unif.test