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:
parent
dd893484ec
commit
2d4d7f27ae
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue