summaryrefslogtreecommitdiff
path: root/libguile/gh_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/gh_data.c')
-rw-r--r--libguile/gh_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh_data.c b/libguile/gh_data.c
index 581f2b3b8..ca70b173b 100644
--- a/libguile/gh_data.c
+++ b/libguile/gh_data.c
@@ -580,7 +580,7 @@ gh_vector_length (SCM v)
unsigned long
gh_uniform_vector_length (SCM v)
{
- return (unsigned long) scm_uniform_vector_length (v);
+ return (unsigned long) scm_c_uniform_vector_length (v);
}
/* gets the given element from a uniform vector; ilist is a list (or