doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / mbuiter
index 9c58466..c94bfdc 100644 (file)
@@ -3,11 +3,16 @@ Iterating through multibyte strings.
 
 Files:
 lib/mbuiter.h
+lib/mbuiter.c
 m4/mbiter.m4
 m4/mbrtowc.m4
 
 Depends-on:
+extern-inline
 mbchar
+mbrtowc
+mbsinit
+wchar
 stdbool
 strnlen1
 
@@ -15,16 +20,13 @@ configure.ac:
 gl_MBITER
 
 Makefile.am:
-lib_SOURCES += mbuiter.h
+lib_SOURCES += mbuiter.h mbuiter.c
 
 Include:
-#if HAVE_MBRTOWC
-#include "mbuiter.h"
-#endif
+"mbuiter.h"
 
 License:
 LGPL
 
 Maintainer:
 Bruno Haible
-