diff options
Diffstat (limited to 'libguile/procs.c')
-rw-r--r-- | libguile/procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/procs.c b/libguile/procs.c index 44a869bfb..0e59df8ad 100644 --- a/libguile/procs.c +++ b/libguile/procs.c @@ -44,7 +44,6 @@ -#include <stdio.h> #include "libguile/_scm.h" #include "libguile/objects.h" @@ -95,6 +94,7 @@ scm_make_subr_opt (const char *name, int type, SCM (*fcn) (), int set) } else { + symcell = SCM_BOOL_F; /* to avoid warning */ symbol = scm_str2symbol (name); } |