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:
parent
930888e8e8
commit
fc95d019cc
2 changed files with 0 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue