diff --git a/libguile/eval.c b/libguile/eval.c index ac4c7347a..29157b098 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -74,8 +74,6 @@ static SCM unmemoize_exprs (SCM expr, SCM env); static SCM canonicalize_define (SCM expr); static SCM *scm_lookupcar1 (SCM vloc, SCM genv, int check); static SCM unmemoize_builtin_macro (SCM expr, SCM env); -static void ceval_letrec_inits (SCM env, SCM init_forms, SCM **init_values_eol); -static SCM ceval (SCM x, SCM env); static SCM deval (SCM x, SCM env); @@ -2589,15 +2587,11 @@ scm_badargsp (SCM formals, SCM args) * memoized. Expressions that are not of the form '(