Fix incorrect use of `SCM_UNPACK'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 9 Jan 2012 21:16:49 +0000 (22:16 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 9 Jan 2012 21:16:49 +0000 (22:16 +0100)
commit67543d076175d000bc95b902be8ea71cd9b75e26
tree72edd287ba03f5a81732dbad3f5e011b9d8afb33
parent94a751bdccbeaeba9f871d36c085f21b90ac3a84
Fix incorrect use of `SCM_UNPACK'.

* libguile/arrays.c (scm_i_make_array): Cast the result of
  `scm_gc_malloc' directly to `scm_t_bits'.
libguile/arrays.c