From ca6a8a38a4edf32008d0fdd880ee236aa87f5185 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 4 Mar 2005 14:21:01 +0000 Subject: [PATCH] Specify return type for scm_c_array_rank. --- doc/ref/api-compound.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi index aaf1187b8..777024816 100644 --- a/doc/ref/api-compound.texi +++ b/doc/ref/api-compound.texi @@ -1931,7 +1931,7 @@ For example, Return the rank of @var{array}. @end deffn -@deftypefn {C Function} scm_c_array_rank (SCM array) +@deftypefn {C Function} size_t scm_c_array_rank (SCM array) Return the rank of @var{array} as a @code{size_t}. @end deftypefn -- 2.20.1