diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-04-24 23:27:13 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-04-24 23:27:13 +0000 |
commit | bcdab802c99253f9a81caef7b3c70014f1f58bde (patch) | |
tree | 2240a9980a2b752082a77210fad55f82d256bdbf /libguile/eval.h | |
parent | 4cd2722652048079469732bfb1357cb747fce782 (diff) | |
download | guile-bcdab802c99253f9a81caef7b3c70014f1f58bde.tar.gz |
* 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.
Diffstat (limited to 'libguile/eval.h')
-rw-r--r-- | libguile/eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/eval.h b/libguile/eval.h index 60c5d737a..aee3a399d 100644 --- a/libguile/eval.h +++ b/libguile/eval.h @@ -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[]; |