mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
* eval.c: remove superfluous ifndef DEVAL.
* eval.c: distangle. move duplicate code to eval.i.c and include twice. * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c eval.h, gsubr.c, init.c, macros.c, print.c, print.h, read.c, read.h, stacks.c, symbols.c, throw.c: use private-options.h
This commit is contained in:
parent
243ebb6113
commit
3d178652b8
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
2007-01-22 Han-Wen Nienhuys <hanwen@lilypond.org>
|
||||
|
||||
* eval.c: remove superfluous ifndef DEVAL.
|
||||
|
||||
* private-options.h: idem.
|
||||
|
||||
* eval.i.c: copyright nitpicking.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue