mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +02:00
Simple vectors are just vectors
* doc/ref/api-data.texi: Remove references to 'simple vectors'. * libguile/vectors.h (SCM_VECTOR_REF,SCM_VECTOR_SET, SCM_VECTOR_LENGHT): Renamed from SCM_SIMPLE_VECTOR_REF, SCM_SIMPLE_VECTOR_SET, SCM_SIMPLE_VECTOR_LENGTH. (scm_is_simple_vector): Remove. Elsewhere fix uses of SCM_SIMPLE_VECTOR_xxx or scm_is_simple_vector.
This commit is contained in:
parent
6c97c8108e
commit
40dbe69be5
27 changed files with 305 additions and 291 deletions
|
@ -74,7 +74,7 @@ typedef struct scm_print_state {
|
|||
unsigned long ceiling; /* Max size of reference stack */
|
||||
SCM ref_vect; /* Stack of references used during
|
||||
circular reference detection;
|
||||
a simple vector. */
|
||||
a vector. */
|
||||
SCM highlight_objects; /* List of objects to be highlighted */
|
||||
} scm_print_state;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue