1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 03:54:12 +02:00

(scm_eval_closure_module): Removed, we already have

scm_lookup_closure_module, which does the same thing.
This commit is contained in:
Marius Vollmer 2005-07-31 23:36:14 +00:00
parent 930888e8e8
commit fc95d019cc
2 changed files with 0 additions and 13 deletions

View file

@ -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);