mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-04 19:20:27 +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
|
@ -34,10 +34,6 @@
|
|||
#include "vectors.h"
|
||||
#include <string.h>
|
||||
|
||||
// You're next
|
||||
#include "array-handle.h"
|
||||
#include "generalized-vectors.h"
|
||||
|
||||
|
||||
|
||||
#define VECTOR_MAX_LENGTH (SCM_T_BITS_MAX >> 8)
|
||||
|
@ -429,9 +425,6 @@ SCM_DEFINE (scm_vector_move_right_x, "vector-move-right!", 5, 0, 0,
|
|||
}
|
||||
#undef FUNC_NAME
|
||||
|
||||
|
||||
SCM_VECTOR_IMPLEMENTATION (SCM_ARRAY_ELEMENT_TYPE_SCM, scm_make_vector)
|
||||
|
||||
void
|
||||
scm_init_vectors ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue