Changed all uses of scm_array_prototype to
authorMarius Vollmer <mvo@zagadka.de>
Wed, 10 Nov 2004 01:55:26 +0000 (01:55 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 10 Nov 2004 01:55:26 +0000 (01:55 +0000)
commit03a5397a5300e496c235353d48a910a5ecf7a833
tree3664f04282c72d360eb9cd09557ef4a9aa16754b
parentb4b33636209c5bf4567dcaf1b05b7a27fca87cc3
Changed all uses of scm_array_prototype to
scm_array_creator. (scm_i_get_old_prototype): Signal error when no
prototype is known.
(scm_uniform_array_read_x, scm_uniform_array_write): Reimplemented
in terms of scm_uniform_vector_read_x and
scm_uniform_vector_write, respectively.  Strings and
bitvector support has been dropped.
libguile/unif.c