(cind): Changed second arg to be pointer to long instead
authorMarius Vollmer <mvo@zagadka.de>
Wed, 10 Nov 2004 01:47:44 +0000 (01:47 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 10 Nov 2004 01:47:44 +0000 (01:47 +0000)
commitb4b33636209c5bf4567dcaf1b05b7a27fca87cc3
tree11b3c9112517b47e260d1e88f09b8310354dda3b
parent2ed348854da68a41741e1eab0e41730df825d2b2
(cind): Changed second arg to be pointer to long instead
of uniform vector.
(scm_ramapc): Allocate index vector with scm_malloc and not as
uniform vector.  Wrap it in a frameso that it gets properly freed.
(scm_array_index_map_x): Likewise.
libguile/ramap.c