diff options
Diffstat (limited to 'libguile/boolean.c')
-rw-r--r-- | libguile/boolean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/boolean.c b/libguile/boolean.c index f6cc5b20c..e0bfd70ad 100644 --- a/libguile/boolean.c +++ b/libguile/boolean.c @@ -54,7 +54,7 @@ GUILE_PROC(scm_not, "not", 1, 0, 0, (SCM x), - "") +"") #define FUNC_NAME s_scm_not { return SCM_BOOL(SCM_FALSEP(x)); |