diff options
Diffstat (limited to 'libguile/deprecated.h')
-rw-r--r-- | libguile/deprecated.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/deprecated.h b/libguile/deprecated.h index c68decf74..bd0fae9d5 100644 --- a/libguile/deprecated.h +++ b/libguile/deprecated.h @@ -115,6 +115,7 @@ typedef struct scm_thread scm_i_thread SCM_DEPRECATED_TYPE; SCM_DEPRECATED char* scm_find_executable (const char *name); +SCM_DEPRECATED int scm_is_simple_vector (SCM obj); SCM_DEPRECATED SCM scm_bitvector_p (SCM vec); SCM_DEPRECATED SCM scm_bitvector (SCM bits); SCM_DEPRECATED SCM scm_make_bitvector (SCM len, SCM fill); |