summaryrefslogtreecommitdiff
path: root/libguile/debug-malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/debug-malloc.c')
-rw-r--r--libguile/debug-malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/debug-malloc.c b/libguile/debug-malloc.c
index 4d1c1c28b..c51b3f9f8 100644
--- a/libguile/debug-malloc.c
+++ b/libguile/debug-malloc.c
@@ -217,7 +217,7 @@ SCM_DEFINE (scm_malloc_stats, "malloc-stats", 0, 0, 0,
for (i = 0; i < malloc_type_size + N_SEEK; ++i)
if (malloc_type[i].key)
res = scm_acons (scm_makfrom0str ((char *) malloc_type[i].key),
- SCM_MAKINUM ((int) malloc_type[i].data),
+ SCM_I_MAKINUM ((int) malloc_type[i].data),
res);
return res;
}