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,8 +187,8 @@ static SCM module_export_x_var;
|
|||
static SCM
|
||||
scm_export (SCM module, SCM namelist)
|
||||
{
|
||||
scm_call_2 (SCM_VARIABLE_REF (module_export_x_var),
|
||||
module, namelist);
|
||||
return scm_call_2 (SCM_VARIABLE_REF (module_export_x_var),
|
||||
module, namelist);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue