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

comment some global variables in modules.c

* libguile/modules.c: Comment some global variables.
This commit is contained in:
Andy Wingo 2010-04-27 22:04:24 +02:00
parent 4e48b4950e
commit 1c1a08238e

View file

@ -42,11 +42,13 @@ int scm_module_system_booted_p = 0;
scm_t_bits scm_module_tag;
/* The current module, a fluid. */
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 module_make_local_var_x_var;
static SCM process_define_module_var;
static SCM process_use_modules_var;
static SCM resolve_module_var;