remove enclosed arrays
authorAndy Wingo <wingo@pobox.com>
Fri, 17 Jul 2009 10:45:24 +0000 (12:45 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 19 Jul 2009 13:15:44 +0000 (15:15 +0200)
commit66b9d7d304a349d5bb4f763a47143f09da58d97f
treed291ae5dc8ce5652403265e10932d3c0860a2179
parent2a610be59412a9d633a373c6f6ec4d4794c40fd8
remove enclosed arrays

* libguile/arrays.h:
* libguile/array-map.c:
* libguile/arrays.c:
* libguile/deprecated.c: Remove "enclosed arrays". The only user-facing
  procedures that this affects are scm_enclose_array / enclose-array. If
  enclosed arrays are added back, it should be through the generic array
  interface; but really, it sounds like something that would be better
  implemented in Scheme.
libguile/array-map.c
libguile/arrays.c
libguile/arrays.h
libguile/deprecated.c