1
Fork 0
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:
Marius Vollmer 2005-01-07 16:10:53 +00:00
parent a4aad74e34
commit ec313f0e7d

View file

@ -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 */