* vectors.c, vectors.h (scm_make_vector): Removed third argument.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 12 Jul 1998 00:07:53 +0000 (00:07 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 12 Jul 1998 00:07:53 +0000 (00:07 +0000)
commita61ef59b0bb8c556d2ffb950b7f24674cd61034b
tree477ed335312262e4801b60dfc7732f5e5487b091
parent9d0b279fee103c889d1cae6c0edbfdb312da61a3
* vectors.c, vectors.h (scm_make_vector): Removed third argument.
This change makes scm_make_vector R5RS compatible.  We cannot keep
the third argument since people want to be able to deduce the form
of the C function call only by looking at R5RS.  (At the same time
we have removed some unnecessary complexity!)

* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,
net_db.c, posix.c, print.c, regex-posix.c, scmsigs.c, socket.c,
stime.c, symbols.c, unif.c, vectors.c, weaks.c: Removed third
argument in call to scm_make_vector.
libguile/vectors.c
libguile/vectors.h