parts of unif.[ch] to array-handle.[ch]
authorAndy Wingo <wingo@pobox.com>
Thu, 16 Jul 2009 22:47:31 +0000 (00:47 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 19 Jul 2009 12:53:03 +0000 (14:53 +0200)
commitc53c0893a3bad3312230003707f71c2f441460d4
tree5636d084650cb718558321e63588a62a31020195
parent5d1b3b2db9349b615baac313ae5a111fa68573ac
parts of unif.[ch] to array-handle.[ch]

* libguile/array-handle.c:
* libguile/array-handle.h: Move some parts of unif.c and unif.h to these
  new files.

* libguile/unif.c:
* libguile/unif.h: Update includers. Since unif.h depends on the array
  handle type, we include array-handle.h, which also means that there
  will be no difference for our callers.

* libguile/init.c: Call scm_init_array_handle, though it does nothing as
  of yet.

* libguile/Makefile.am: Adapt for new files.
libguile/Makefile.am
libguile/array-handle.c [new file with mode: 0644]
libguile/array-handle.h [new file with mode: 0644]
libguile/init.c
libguile/unif.c
libguile/unif.h