mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Align return type of scm_to_wchar with its declaration.
* libguile/numbers.c (scm_t_wchar): Change return type from wchar_t to scm_t_wchar which is the return type in numbers.h.
This commit is contained in:
parent
2aed3c117c
commit
2e10a1257f
1 changed files with 1 additions and 1 deletions
|
@ -6847,7 +6847,7 @@ scm_from_uint64 (uint64_t arg)
|
|||
return scm_integer_from_uint64 (arg);
|
||||
}
|
||||
|
||||
wchar_t
|
||||
scm_t_wchar
|
||||
scm_to_wchar (SCM arg)
|
||||
{
|
||||
return inum_in_range (arg, -1, 0x10ffff);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue