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

Deprecate scm_from_contiguous_typed_array

This was never documented and it's not used in Guile itself, either.
This commit is contained in:
Daniel Llorens 2021-08-16 16:38:28 +02:00
parent c2cf685b65
commit c60601332e
4 changed files with 71 additions and 60 deletions

View file

@ -42,9 +42,6 @@
SCM_API SCM scm_make_array (SCM fill, SCM bounds);
SCM_API SCM scm_make_typed_array (SCM type, SCM fill, SCM bounds);
SCM_API SCM scm_from_contiguous_typed_array (SCM type, SCM bounds,
const void *bytes,
size_t byte_len);
SCM_API SCM scm_shared_array_root (SCM ra);
SCM_API SCM scm_shared_array_offset (SCM ra);