mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
comment some global variables in modules.c
* libguile/modules.c: Comment some global variables.
This commit is contained in:
parent
4e48b4950e
commit
1c1a08238e
1 changed files with 4 additions and 2 deletions
|
@ -42,11 +42,13 @@ int scm_module_system_booted_p = 0;
|
||||||
|
|
||||||
scm_t_bits scm_module_tag;
|
scm_t_bits scm_module_tag;
|
||||||
|
|
||||||
|
/* The current module, a fluid. */
|
||||||
static SCM the_module;
|
static SCM the_module;
|
||||||
|
|
||||||
static SCM module_make_local_var_x_var;
|
/* Most of the module system is implemented in Scheme. These bindings from
|
||||||
|
boot-9 are needed to provide the Scheme interface. */
|
||||||
static SCM the_root_module_var;
|
static SCM the_root_module_var;
|
||||||
|
static SCM module_make_local_var_x_var;
|
||||||
static SCM process_define_module_var;
|
static SCM process_define_module_var;
|
||||||
static SCM process_use_modules_var;
|
static SCM process_use_modules_var;
|
||||||
static SCM resolve_module_var;
|
static SCM resolve_module_var;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue