mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
(gh_uniform_vector_length): Use scm_uniform_vector_length instead of
SCM_UVECTOR_LENGTH.
This commit is contained in:
parent
d4ea47c8da
commit
6697f945b9
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ gh_vector_length (SCM v)
|
||||||
unsigned long
|
unsigned long
|
||||||
gh_uniform_vector_length (SCM v)
|
gh_uniform_vector_length (SCM v)
|
||||||
{
|
{
|
||||||
return (unsigned long) SCM_UVECTOR_LENGTH (v);
|
return (unsigned long) scm_uniform_vector_length (v);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* gets the given element from a uniform vector; ilist is a list (or
|
/* gets the given element from a uniform vector; ilist is a list (or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue