diff --git a/libguile/eval.c b/libguile/eval.c index 83d2e5bcc..7e811fb99 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -90,6 +90,9 @@ char *alloca (); static SCM canonicalize_define (SCM expr); +/* prototype in eval.h is not given under --disable-deprecated */ +SCM_API SCM scm_macroexp (SCM x, SCM env); + /* {Syntax Errors}