mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 10:10:23 +02:00
(scm_c_use_module): Adapt to changes to `process-use-modules'.
This commit is contained in:
parent
e317a693ce
commit
da2c268129
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ void
|
||||||
scm_c_use_module (const char *name)
|
scm_c_use_module (const char *name)
|
||||||
{
|
{
|
||||||
scm_call_1 (SCM_VARIABLE_REF (process_use_modules_var),
|
scm_call_1 (SCM_VARIABLE_REF (process_use_modules_var),
|
||||||
scm_list_1 (convert_module_name (name)));
|
scm_list_1 (scm_list_1 (convert_module_name (name))));
|
||||||
}
|
}
|
||||||
|
|
||||||
static SCM module_export_x_var;
|
static SCM module_export_x_var;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue