summaryrefslogtreecommitdiff
path: root/libguile/unif.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-07-17 00:16:43 +0200
committerAndy Wingo <wingo@pobox.com>2009-07-19 14:53:03 +0200
commitb6149d8d9f35c8091a31b12fb3aeecee0e3a470c (patch)
tree8692dafef6b5c399a5f37a609627d74caff9c076 /libguile/unif.h
parenta4a0d399c877cb802cdaf2c48713d3377a412c4f (diff)
downloadguile-b6149d8d9f35c8091a31b12fb3aeecee0e3a470c.tar.gz
rename scm_i_make_ra to scm_i_make_array
* libguile/unif.c (scm_i_make_array): Rename from scm_i_make_ra. All callers changed.
Diffstat (limited to 'libguile/unif.h')
-rw-r--r--libguile/unif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/unif.h b/libguile/unif.h
index 6b59e419d..701802767 100644
--- a/libguile/unif.h
+++ b/libguile/unif.h
@@ -166,7 +166,7 @@ SCM_API scm_t_bits scm_i_tc16_enclosed_array;
#define SCM_I_ARRAY_DIMS(a) \
((scm_t_array_dim *)((char *) SCM_I_ARRAY_MEM (a) + sizeof (scm_i_t_array)))
-SCM_INTERNAL SCM scm_i_make_ra (int ndim, int enclosed);
+SCM_INTERNAL SCM scm_i_make_array (int ndim, int enclosed);
SCM_INTERNAL SCM scm_i_cvref (SCM v, size_t p, int enclosed);
SCM_INTERNAL SCM scm_i_read_array (SCM port, int c);