mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* debug.c, eval.c, evalext.c, stacks.c: #include "modules.h".
* modules.c, modules.h, eval.c, eval.h (scm_env_top_level, scm_top_level_env, scm_system_module_env_p): Moved to modules.c.
This commit is contained in:
parent
d164a5af5c
commit
4cbdf5ccfc
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ extern SCM scm_ensure_user_module (SCM name);
|
|||
extern SCM scm_module_lookup_closure (SCM module);
|
||||
extern SCM scm_resolve_module (SCM name);
|
||||
extern SCM scm_load_scheme_module (SCM name);
|
||||
extern SCM scm_env_top_level SCM_P ((SCM env));
|
||||
extern SCM scm_top_level_env SCM_P ((SCM thunk));
|
||||
extern SCM scm_system_module_env_p SCM_P ((SCM env));
|
||||
extern void scm_init_modules (void);
|
||||
extern void scm_post_boot_init_modules (void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue