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

Move bitvector functions using array_handle to libguile/array-handle.[ch]

This commit is contained in:
Daniel Llorens 2020-02-05 17:23:40 +01:00
parent 88d690e15e
commit efe2317aff
8 changed files with 35 additions and 30 deletions

View file

@ -65,6 +65,7 @@
#include "async.h"
#include "bitvectors.h"
#include "array-handle.h"
#include "dynwind.h"
#include "extensions.h"
#include "feature.h"