mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 15:40:29 +02:00
* modules.c (scm_export): Inserted a return statement.
This commit is contained in:
parent
06e80f59f9
commit
8c3300070b
1 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ static SCM module_export_x_var;
|
||||||
static SCM
|
static SCM
|
||||||
scm_export (SCM module, SCM namelist)
|
scm_export (SCM module, SCM namelist)
|
||||||
{
|
{
|
||||||
scm_call_2 (SCM_VARIABLE_REF (module_export_x_var),
|
return scm_call_2 (SCM_VARIABLE_REF (module_export_x_var),
|
||||||
module, namelist);
|
module, namelist);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue