mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
Align argument type of scm_to_wchar with its declaration.
* libguile/numbers.c (scm_from_wchar): Change argument type from wchar_t to scm_t_wchar which is the argument type in numbers.h.
This commit is contained in:
parent
2e10a1257f
commit
27b86a6f32
1 changed files with 1 additions and 1 deletions
|
@ -6854,7 +6854,7 @@ scm_to_wchar (SCM arg)
|
||||||
}
|
}
|
||||||
|
|
||||||
SCM
|
SCM
|
||||||
scm_from_wchar (wchar_t arg)
|
scm_from_wchar (scm_t_wchar arg)
|
||||||
{
|
{
|
||||||
return SCM_I_MAKINUM (arg);
|
return SCM_I_MAKINUM (arg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue