mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Remove uses of GC_PTR in 'finalize_iconv_descriptors'.
* libguile/ports.c (finalize_iconv_descriptors): Change GC_PTR to (void *) in parameter types.
This commit is contained in:
parent
1ee237d9a1
commit
1fa89aaf61
1 changed files with 1 additions and 1 deletions
|
@ -2266,7 +2266,7 @@ scm_i_default_port_encoding (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
finalize_iconv_descriptors (GC_PTR ptr, GC_PTR data)
|
finalize_iconv_descriptors (void *ptr, void *data)
|
||||||
{
|
{
|
||||||
close_iconv_descriptors (ptr);
|
close_iconv_descriptors (ptr);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue