mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 12:00:21 +02:00
* modules.h. modules.c (scm_current_module_lookup_closure): New
function.
This commit is contained in:
parent
4163eb7236
commit
9e57344b1d
2 changed files with 10 additions and 0 deletions
|
@ -84,6 +84,7 @@ extern SCM scm_module_tag;
|
|||
|
||||
extern SCM scm_the_root_module (void);
|
||||
extern SCM scm_current_module (void);
|
||||
extern SCM scm_current_module_lookup_closure (void);
|
||||
extern SCM scm_interaction_environment (void);
|
||||
extern SCM scm_set_current_module (SCM module);
|
||||
extern SCM scm_make_module (SCM name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue