1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* eval.h, eval.c (scm_system_transformer): Deprecated by moving it

into the conditionally compiled sections.
* eval.c (scm_primitive_eval_x, scm_primitive_eval): Use
scm_current_module_transformer instead of scm_system_transformer.
* init.c (start_stack): Move initialization of
scm_system_transformer to the deprecated section.
This commit is contained in:
Marius Vollmer 2001-04-24 23:31:38 +00:00
parent 07de6c4737
commit f2c4aa2a16

View file

@ -178,8 +178,8 @@ start_stack (void *base)
#if SCM_DEBUG_DEPRECATED == 0
scm_top_level_lookup_closure_var = SCM_BOOL_F;
#endif
scm_system_transformer = SCM_BOOL_F;
#endif
scm_root->fluids = scm_make_initial_fluids ();