mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 20:20:24 +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 SCM scm_i_generalized_vector_type (SCM vec);
|
||||||
SCM_API const char *scm_i_uniform_vector_tag (SCM uvec);
|
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);
|
SCM_API size_t scm_uniform_element_size (SCM obj);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
SCM_API void scm_init_srfi_4 (void);
|
SCM_API void scm_init_srfi_4 (void);
|
||||||
|
|
||||||
#endif /* SCM_SRFI_4_H */
|
#endif /* SCM_SRFI_4_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue