(scm_i_cvref): Made non-static for ramap.c.
authorMarius Vollmer <mvo@zagadka.de>
Sun, 14 Nov 2004 00:23:08 +0000 (00:23 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sun, 14 Nov 2004 00:23:08 +0000 (00:23 +0000)
libguile/unif.c
libguile/unif.h

index e50b726..9d03008 100644 (file)
@@ -870,7 +870,7 @@ SCM_DEFINE (scm_array_in_bounds_p, "array-in-bounds?", 1, 0, 1,
 }
 #undef FUNC_NAME
 
-static SCM 
+SCM 
 scm_i_cvref (SCM v, size_t pos, int enclosed)
 {
   if (enclosed)
index 4ab93f4..a634e37 100644 (file)
@@ -143,6 +143,7 @@ SCM_API SCM scm_ra2contig (SCM ra, int copy);
 SCM_API SCM scm_i_proc_make_vector;
 SCM_API SCM scm_i_proc_make_string;
 SCM_API SCM scm_i_proc_make_bitvector;
+SCM_API SCM scm_i_cvref (SCM v, size_t p, int enclosed);
 
 SCM_API void scm_init_unif (void);