1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

(scm_i_cvref): Made non-static for ramap.c.

This commit is contained in:
Marius Vollmer 2004-11-14 00:23:08 +00:00
parent dd893484ec
commit 2d4d7f27ae
2 changed files with 2 additions and 1 deletions

View 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)

View 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);