1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +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.
This commit is contained in:
Marius Vollmer 2001-04-24 23:27:13 +00:00
parent 4cd2722652
commit bcdab802c9
2 changed files with 6 additions and 7 deletions

View file

@ -137,9 +137,9 @@ extern SCM scm_eval_options_interface (SCM setting);
#if SCM_DEBUG_DEPRECATED == 0
extern SCM scm_top_level_lookup_closure_var;
extern SCM scm_system_transformer;
#endif
extern SCM scm_system_transformer;
extern const char scm_s_expression[];