1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00

(gh_uniform_vector_length): Properly use scm_c_uniform_vector_length

instead of scm_uniform_vector_length.
This commit is contained in:
Marius Vollmer 2004-11-09 22:10:59 +00:00
parent 3cc0a2961f
commit 65b39e8ab7

View file

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