summaryrefslogtreecommitdiff
path: root/libguile/unif.c
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-11-14 00:23:08 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-11-14 00:23:08 +0000
commit2d4d7f27ae65062523590cd3a3d20a3feb87c4cf (patch)
tree3b2d0db023b857e777b92a711b05dabb619a9cca /libguile/unif.c
parentdd893484ec7bcf858bdf97d5021a3d8dde2b1509 (diff)
downloadguile-2d4d7f27ae65062523590cd3a3d20a3feb87c4cf.tar.gz
(scm_i_cvref): Made non-static for ramap.c.
Diffstat (limited to 'libguile/unif.c')
-rw-r--r--libguile/unif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/unif.c b/libguile/unif.c
index e50b7267d..9d03008dc 100644
--- a/libguile/unif.c
+++ b/libguile/unif.c
@@ -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)