(gh_uniform_vector_length): Use scm_uniform_vector_length instead of
authorMarius Vollmer <mvo@zagadka.de>
Thu, 4 Nov 2004 13:53:31 +0000 (13:53 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 4 Nov 2004 13:53:31 +0000 (13:53 +0000)
SCM_UVECTOR_LENGTH.

libguile/gh_data.c

index c9b762c..581f2b3 100644 (file)
@@ -580,7 +580,7 @@ gh_vector_length (SCM v)
 unsigned long
 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