Fix signed/unsigned mismatch in `scm_array_handle_{ref,set} ()'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 14 Oct 2009 21:20:54 +0000 (23:20 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 14 Oct 2009 21:20:54 +0000 (23:20 +0200)
commitc72b0ca3b076837a8a2b444fa7ab6d8c16b0b0c4
tree67e4b923fddb8643de29d093a93cec69a3c6b10c
parent5ebc8b81411ed261d66b9137e737cb9efe0e5aa8
Fix signed/unsigned mismatch in `scm_array_handle_{ref,set} ()'.

* libguile/inline.h (scm_array_handle_ref, scm_array_handle_set): Cast
  `h->base' so that it matches the signedness of `p'.
libguile/inline.h