Don't use ASET in scm_array_index_map_x
authorDaniel Llorens <daniel.llorens@bluewin.ch>
Fri, 26 Apr 2013 11:02:38 +0000 (13:02 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 10 Feb 2014 20:58:28 +0000 (21:58 +0100)
commitb7c8836b715f3dbbf89e3debb76dcf7b5c8d6ec1
tree3450d67acdc1721a756dbb89912521f69918604e
parent992904a8cabe66588f0fcc602ae16e59dcde8b12
Don't use ASET in scm_array_index_map_x

* libguile/array-map.c: (scm_array_index_map_x): replace ASET by direct
  use of handle->impl.
libguile/array-map.c