summaryrefslogtreecommitdiff
path: root/libguile/gsubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/gsubr.c')
-rw-r--r--libguile/gsubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gsubr.c b/libguile/gsubr.c
index 399129343..47e44613b 100644
--- a/libguile/gsubr.c
+++ b/libguile/gsubr.c
@@ -129,7 +129,7 @@ scm_make_gsubr_with_generic (const char *name,
}
-GUILE_PROC(scm_gsubr_apply, "gsubr-apply", 0, 0, 1,
+SCM_DEFINE(scm_gsubr_apply, "gsubr-apply", 0, 0, 1,
(SCM args),
"")
#define FUNC_NAME s_scm_gsubr_apply