Tests for module 'frexpl-nolibm'.
[gnulib.git] / lib / unistr / u16-mbtouc-unsafe-aux.c
index bc41205..7ba7faf 100644 (file)
@@ -22,6 +22,8 @@
 /* Specification.  */
 #include "unistr.h"
 
+#if HAVE_INLINE
+
 int
 u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n)
 {
@@ -51,3 +53,5 @@ u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n)
   *puc = 0xfffd;
   return 1;
 }
+
+#endif