summaryrefslogtreecommitdiff
path: root/libguile/gh.h
diff options
context:
space:
mode:
authorMark Galassi <mark+savannah@galassi.org>1997-10-20 17:32:08 +0000
committerMark Galassi <mark+savannah@galassi.org>1997-10-20 17:32:08 +0000
commit956328d2a492969fe1a2c3dd7a20fe49cdc38c65 (patch)
treeb74fde1adf1693159b6b8087c08630be25ec6cf5 /libguile/gh.h
parent7fee59bd4a8e7e768dc0ecf26756d5c2aaa8463e (diff)
downloadguile-956328d2a492969fe1a2c3dd7a20fe49cdc38c65.tar.gz
a couple of name changes for consistency with ! -> _x
Diffstat (limited to 'libguile/gh.h')
-rw-r--r--libguile/gh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh.h b/libguile/gh.h
index bc7dc0195..3ce1532cf 100644
--- a/libguile/gh.h
+++ b/libguile/gh.h
@@ -157,7 +157,7 @@ SCM gh_define(char *name, SCM val);
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(SCM vec, SCM pos, SCM val);
+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);
#define gh_list_to_vector(ls) scm_vector(ls)