Reported by Tom G. Christensen <tgc@jupiterrise.com>.
* tests/test-striconveh.c (main): Move iconv_close invocations inside
HAVE_ICONV.
+2019-07-09 Bruno Haible <bruno@clisp.org>
+
+ striconveh test: Fix a compilation failure when iconv is not available.
+ Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+ * tests/test-striconveh.c (main): Move iconv_close invocations inside
+ HAVE_ICONV.
+
2019-07-07 Akim Demaille <akim@lrde.epita.fr>
argmatch: adjust columns for help2man.
free (result);
}
-#endif
-
/* -------------------------------- Done. -------------------------------- */
if (cd_ascii_to_88591 != (iconv_t)(-1))
if (cd_utf7_to_utf8 != (iconv_t)(-1))
iconv_close (cd_utf7_to_utf8);
+#endif
+
return 0;
}