1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

* modules.c (scm_make_module): Beautify the module.

This commit is contained in:
Mikael Djurfeldt 1998-11-23 02:35:11 +00:00
parent 1330700c7d
commit 281004cc98
2 changed files with 30 additions and 1 deletions

View file

@ -51,7 +51,9 @@
extern SCM scm_selected_module (void);
extern SCM scm_select_module (SCM module);
extern SCM scm_make_module (SCM name);
extern SCM scm_ensure_user_module (SCM name);
extern SCM scm_module_lookup_closure (SCM module);
extern SCM scm_load_scheme_module (SCM name);
extern void scm_init_modules (void);
extern void scm_post_boot_init_modules (void);