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

Merge generalized-arrays.[ch] in arrays.[ch]

The split was just confusing.
This commit is contained in:
Daniel Llorens 2020-02-06 17:16:07 +01:00
parent 54e676c1d2
commit f43cf201d7
13 changed files with 395 additions and 490 deletions

View file

@ -30,13 +30,11 @@
#include <string.h>
#include "arrays.h"
#include "bitvectors.h"
#include "boolean.h"
#include "chars.h"
#include "eq.h"
#include "eval.h"
#include "feature.h"
#include "generalized-arrays.h"
#include "gsubr.h"
#include "list.h"
#include "numbers.h"