mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +02:00
Pull generalized-vectors from under bitvector/string/vector
* libguile/generalized-vectors.c: Collect the register array type functions here. * libguile/strings.c: Remove array registry code. Fix includes. * libguile/vectors.c: Remove array registry code. Fix includes. * libguile/bitvectors.c: Remove array registry code. Fix includes.
This commit is contained in:
parent
9e785509e4
commit
f188424557
5 changed files with 17 additions and 19 deletions
|
@ -22,6 +22,8 @@
|
|||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
|
||||
/* FIXME move array-handle functions to array-handle.[hc] */
|
||||
|
||||
#include "libguile/array-handle.h"
|
||||
|
||||
SCM_API SCM scm_make_srfi_4_vector (SCM type, SCM len, SCM fill);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue