Avoid doubling \ in common case of "c-maybe" quoting style.
[gnulib.git] / lib / unistr / u16-uctomb-aux.c
index 1ad86aa..384452b 100644 (file)
@@ -20,8 +20,6 @@
 /* Specification.  */
 #include "unistr.h"
 
-#if HAVE_INLINE
-
 int
 u16_uctomb_aux (uint16_t *s, ucs4_t uc, int n)
 {
@@ -58,5 +56,3 @@ u16_uctomb_aux (uint16_t *s, ucs4_t uc, int n)
     }
   return -2;
 }
-
-#endif