move iconv_close to its own translation unit
this is in preparation to support stateful conversion descriptors, which are necessarily allocated and thus must be freed in iconv_close. putting it in a separate TU will avoid pulling in free if iconv_close is not referenced.
Showing
src/locale/iconv_close.c
0 → 100644
想要评论请 注册 或 登录