mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(scm_uniform_element_size): Deprecated for real.
This commit is contained in:
parent
a4aad74e34
commit
ec313f0e7d
1 changed files with 8 additions and 1 deletions
|
@ -300,9 +300,16 @@ SCM_API double *scm_c64vector_writable_elements (SCM uvec,
|
|||
SCM_API SCM scm_i_generalized_vector_type (SCM vec);
|
||||
SCM_API const char *scm_i_uniform_vector_tag (SCM uvec);
|
||||
|
||||
/* deprecated */
|
||||
#if SCM_ENABLE_DEPRECATED
|
||||
|
||||
/* Deprecated because we want people to use the scm_t_array_handle
|
||||
interface.
|
||||
*/
|
||||
|
||||
SCM_API size_t scm_uniform_element_size (SCM obj);
|
||||
|
||||
#endif
|
||||
|
||||
SCM_API void scm_init_srfi_4 (void);
|
||||
|
||||
#endif /* SCM_SRFI_4_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue