* eval.h, eval.c, debug.h, debug.c (scm_evaluator_traps): Moved
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 30 Mar 1998 21:02:59 +0000 (21:02 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 30 Mar 1998 21:02:59 +0000 (21:02 +0000)
commit33b974026b6feaa7a2744914486537f4ceab23dc
tree1567101ba00c28ddc59100928907461ed01ddfb0
parent51d394a1c51f0a3892eacfcb2ff55b6a98b7003c
* eval.h, eval.c, debug.h, debug.c (scm_evaluator_traps): Moved
from debug.c --> eval.c

* eval.h, eval.c (scm_eval_options_interface): New options
interface.
(SCM_EVAL_STACK): New option: Size of newly created stacks,
i.e. stacks for new threads.

* eval.c (unsafe_setjmp): Removed with #if 0.

* eval.c, numbers.c, unif.c, srcprop.c: Added a few curly braces
to avoid compiler warnings.
libguile/debug.c
libguile/debug.h
libguile/eval.c
libguile/eval.h