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:
parent
07de6c4737
commit
f2c4aa2a16
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue