1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +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:49:03 +00:00
parent 5cdf9a33d4
commit b201e75aaa
2 changed files with 0 additions and 14 deletions

View file

@ -118,7 +118,6 @@ extern SCM scm_current_module_lookup_closure (void);
extern SCM scm_current_module_transformer (void);
extern SCM scm_eval_closure_lookup (SCM eclo, SCM sym, SCM definep);
extern SCM scm_standard_eval_closure (SCM module);
extern SCM scm_eval_closure_module (SCM closure);
extern SCM scm_standard_interface_eval_closure (SCM module);
extern SCM scm_get_pre_modules_obarray (void);
extern SCM scm_lookup_closure_module (SCM proc);