1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Merge libguile/generalized-arrays.* into libguile/arrays.*

* libguile/arrays.h:
* libguile/arrays.c: As stated.
* libguile/init.c: Remove call to scm_init_generalized_arrays().

Elsewhere fix references to generalized-arrays.*.
This commit is contained in:
Daniel Llorens 2021-08-03 14:19:18 +02:00
parent c78c130b1d
commit bc7bd22267
11 changed files with 614 additions and 714 deletions

View file

@ -58,7 +58,6 @@ extern "C" {
#include "libguile/fports.h"
#include "libguile/frames.h"
#include "libguile/gc.h"
#include "libguile/generalized-arrays.h"
#include "libguile/generalized-vectors.h"
#include "libguile/goops.h"
#include "libguile/gsubr.h"