mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 10:10:23 +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
|
@ -37,7 +37,6 @@
|
|||
#include "chars.h"
|
||||
#include "deprecation.h"
|
||||
#include "error.h"
|
||||
#include "generalized-vectors.h"
|
||||
#include "gsubr.h"
|
||||
#include "numbers.h"
|
||||
#include "pairs.h"
|
||||
|
@ -2493,8 +2492,6 @@ scm_i_get_substring_spec (size_t len,
|
|||
*cend = scm_to_unsigned_integer (end, *cstart, len);
|
||||
}
|
||||
|
||||
SCM_VECTOR_IMPLEMENTATION (SCM_ARRAY_ELEMENT_TYPE_CHAR, scm_make_string)
|
||||
|
||||
void
|
||||
scm_init_strings ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue