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:
parent
5cdf9a33d4
commit
b201e75aaa
2 changed files with 0 additions and 14 deletions
|
@ -340,19 +340,6 @@ SCM_DEFINE (scm_standard_eval_closure, "standard-eval-closure", 1, 0, 0,
|
|||
}
|
||||
#undef FUNC_NAME
|
||||
|
||||
|
||||
SCM_DEFINE (scm_eval_closure_module, "eval-closure-module", 1, 0, 0,
|
||||
(SCM closure),
|
||||
"Return the module for @var{closure}.")
|
||||
#define FUNC_NAME s_scm_eval_closure_module
|
||||
{
|
||||
SCM_ASSERT_TYPE(SCM_EVAL_CLOSURE_P (closure), closure, SCM_ARG1, FUNC_NAME, "eval-closure");
|
||||
return SCM_PACK (SCM_CELL_WORD_1(closure));
|
||||
}
|
||||
#undef FUNC_NAME
|
||||
|
||||
|
||||
|
||||
SCM_DEFINE (scm_standard_interface_eval_closure,
|
||||
"standard-interface-eval-closure", 1, 0, 0,
|
||||
(SCM module),
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue