diff options
Diffstat (limited to 'libguile/gh.h')
-rw-r--r-- | libguile/gh.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/gh.h b/libguile/gh.h index 916b42cf8..d3505b272 100644 --- a/libguile/gh.h +++ b/libguile/gh.h @@ -161,8 +161,6 @@ SCM gh_define(char *name, SCM val); ends up being identical to gh_list_to_vector() */ #define gh_vector(ls) scm_vector(ls) SCM gh_make_vector(SCM length, SCM val); -SCM gh_vset(SCM vec, SCM pos, SCM val); -SCM gh_vref(SCM vec, SCM pos); SCM gh_vector_set_x(SCM vec, SCM pos, SCM val); SCM gh_vector_ref(SCM vec, SCM pos); unsigned long gh_vector_length (SCM v); |