summaryrefslogtreecommitdiff
path: root/libguile/gh_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/gh_data.c')
-rw-r--r--libguile/gh_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh_data.c b/libguile/gh_data.c
index ceef34db0..31c9ea730 100644
--- a/libguile/gh_data.c
+++ b/libguile/gh_data.c
@@ -149,7 +149,7 @@ gh_doubles2scm (const double *d, long n)
static SCM
makvect (char *m, size_t len, int type)
{
- return scm_alloc_cell (SCM_MAKE_UVECTOR_TAG (len, type), (scm_t_bits) m);
+ return scm_cell (SCM_MAKE_UVECTOR_TAG (len, type), (scm_t_bits) m);
}
SCM