vm.c uses scm_c_take_bytevector instead of scm_take_u8vector
authorAndy Wingo <wingo@oblong.net>
Thu, 14 Jan 2010 12:55:50 +0000 (13:55 +0100)
committerAndy Wingo <wingo@oblong.net>
Thu, 14 Jan 2010 12:55:50 +0000 (13:55 +0100)
commit7055591c2e9ba97b9a5d1c15a3b7e1ce409966f5
tree4c7754800cf76f9a6a338360baa0aa56a1a9bca6
parentf207859b0be606ea77d488262e2b8d114c9ae370
vm.c uses scm_c_take_bytevector instead of scm_take_u8vector

* libguile/vm.c (really_make_boot_program): Use scm_c_take_bytevector to
  avoid loading srfi-4 at boot time.
libguile/vm.c