Define and declare u{8,16}_uctomb_aux also if !HAVE_INLINE.
[gnulib.git] / lib / unistr / u8-uctomb-aux.c
index f38bc23..c42fa50 100644 (file)
@@ -20,8 +20,6 @@
 /* Specification.  */
 #include "unistr.h"
 
-#if HAVE_INLINE
-
 int
 u8_uctomb_aux (uint8_t *s, ucs4_t uc, int n)
 {
@@ -69,5 +67,3 @@ u8_uctomb_aux (uint8_t *s, ucs4_t uc, int n)
     }
   return count;
 }
-
-#endif