mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
generic vector ops to own file
* libguile/Makefile.am: * libguile/vectors.c: * libguile/vectors.h: * libguile/generalized-vectors.c: * libguile/generalized-vectors.h: Move generic vector ops off into their own file too. The implementation is now based on the generic array-handle infrastructure. * libguile.h: * libguile/array-map.c: * libguile/bitvectors.c: * libguile/random.c: * libguile/srfi-4.c: Update includers.
This commit is contained in:
parent
1030b45049
commit
f332e95717
12 changed files with 232 additions and 145 deletions
|
@ -39,6 +39,7 @@
|
|||
#include "libguile/srfi-4.h"
|
||||
#include "libguile/dynwind.h"
|
||||
#include "libguile/generalized-arrays.h"
|
||||
#include "libguile/generalized-vectors.h"
|
||||
|
||||
#include "libguile/validate.h"
|
||||
#include "libguile/array-map.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue