diff options
author | Marius Vollmer <mvo@zagadka.de> | 2005-07-31 23:36:14 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2005-07-31 23:36:14 +0000 |
commit | fc95d019cc56e32c418377061048d6b6a42101a0 (patch) | |
tree | f1c7ec1ef14b9f0032fbe5981bc9f508b785427f /libguile/modules.h | |
parent | 930888e8e88a39cbdd081d060111993226a8499a (diff) | |
download | guile-fc95d019cc56e32c418377061048d6b6a42101a0.tar.gz |
(scm_eval_closure_module): Removed, we already have
scm_lookup_closure_module, which does the same thing.
Diffstat (limited to 'libguile/modules.h')
-rw-r--r-- | libguile/modules.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/modules.h b/libguile/modules.h index 7b3d114f4..abfe69765 100644 --- a/libguile/modules.h +++ b/libguile/modules.h @@ -98,7 +98,6 @@ SCM_API SCM scm_current_module_lookup_closure (void); 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_eval_closure_module (SCM closure); SCM_API SCM scm_standard_interface_eval_closure (SCM module); SCM_API SCM scm_get_pre_modules_obarray (void); SCM_API SCM scm_lookup_closure_module (SCM proc); |