diff options
author | Andy Wingo <wingo@pobox.com> | 2009-03-30 21:20:44 -0700 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-04-17 15:20:17 +0200 |
commit | daedb4920acdf6db31c375b4fdd142b002ddc77a (patch) | |
tree | 635e99ba3cb9a1ba8e644073c19fc2efac852d6b /libguile/modules.h | |
parent | 4e237f1460c06c8e13dd2db4a2c690342a532664 (diff) | |
download | guile-daedb4920acdf6db31c375b4fdd142b002ddc77a.tar.gz |
eval-closure-module, here hopefully not for long
* libguile/modules.h:
* libguile/modules.c (scm_eval_closure_module): Define a
new-yet-deprecated accessor, to ease a transition.
Diffstat (limited to 'libguile/modules.h')
-rw-r--r-- | libguile/modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/modules.h b/libguile/modules.h index 4f42e1888..3cd090476 100644 --- a/libguile/modules.h +++ b/libguile/modules.h @@ -109,6 +109,7 @@ SCM_API SCM scm_current_module_transformer (void); SCM_API SCM scm_eval_closure_lookup (SCM eclo, SCM sym, SCM definep); SCM_API SCM scm_standard_eval_closure (SCM module); SCM_API SCM scm_standard_interface_eval_closure (SCM module); +SCM_API SCM scm_eval_closure_module (SCM eval_closure); /* deprecated already */ SCM_API SCM scm_get_pre_modules_obarray (void); SCM_API SCM scm_lookup_closure_module (SCM proc); |