diff options
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[]; |