The following two changes (ramap.c, throw.c) are motivated by the
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 30 Jan 1997 20:25:09 +0000 (20:25 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 30 Jan 1997 20:25:09 +0000 (20:25 +0000)
commitad310508112bad654b73784c8e451691fcf96188
treeb4504c31fe20aeee26239ddbd970b157632e9762
parent87f2fb72232d84b296542a702241f3126260639b
The following two changes (ramap.c, throw.c) are motivated by the
apparent unportability of forward declarations of static arrays of
the form `static foo bar[];'.

* ramap.c (scm_array_fill_x): Moved above scm_array_fill_int.
(ra_rpsubrs, ra_asubrs): Moved to the top of array code.

* throw.c (scm_throw): Moved above scm_ithrow.

* options.h: Removed the extern declarations of scm_yes_sym and
scm_no_sym since these are static.
libguile/ChangeLog
libguile/options.h
libguile/ramap.c
libguile/throw.c