summaryrefslogtreecommitdiff
path: root/libguile/boolean.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/boolean.c')
-rw-r--r--libguile/boolean.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/boolean.c b/libguile/boolean.c
index e0bfd70ad..d2cc1442c 100644
--- a/libguile/boolean.c
+++ b/libguile/boolean.c
@@ -52,7 +52,7 @@
-GUILE_PROC(scm_not, "not", 1, 0, 0,
+SCM_DEFINE(scm_not, "not", 1, 0, 0,
(SCM x),
"")
#define FUNC_NAME s_scm_not
@@ -62,7 +62,7 @@ GUILE_PROC(scm_not, "not", 1, 0, 0,
#undef FUNC_NAME
-GUILE_PROC(scm_boolean_p, "boolean?", 1, 0, 0,
+SCM_DEFINE(scm_boolean_p, "boolean?", 1, 0, 0,
(SCM obj),
"")
#define FUNC_NAME s_scm_boolean_p