diff options
Diffstat (limited to 'libguile/unif.c')
-rw-r--r-- | libguile/unif.c | 2 |
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) |