diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4a6749ef1..e5e7028c2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,7 @@ 2007-01-22 Han-Wen Nienhuys + * eval.c: remove superfluous ifndef DEVAL. + * private-options.h: idem. * eval.i.c: copyright nitpicking. diff --git a/libguile/eval.c b/libguile/eval.c index b48eef78f..b51b58f74 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -3162,8 +3162,6 @@ SCM_DEFINE (scm_nconc2last, "apply:nconc2last", 1, 0, 0, /* SECTION: The rest of this file is only read once. */ -#ifndef DEVAL - /* Trampolines * * Trampolines make it possible to move procedure application dispatch @@ -4089,8 +4087,6 @@ scm_init_eval () scm_add_feature ("delay"); } -#endif /* !DEVAL */ - /* Local Variables: c-file-style: "gnu"