+2007-06-10 Bruno Haible <bruno@clisp.org>
+
+ * printf-parse.c: Don't include config.h and the specification
+ header if PRINTF_PARSE is already defined. Eliminate the set of
+ parameters for WIDE_CHAR_VERSION; the user of this file must provide
+ them now. Include c-ctype.h.
+ (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
+ directive and CHAR_T_ONLY_ASCII.
+ * printf.c: Include wprintf-parse.h. Define the set of parameters for
+ the WIDE_CHAR_VERSION.
+
2007-06-07 Bruno Haible <bruno@clisp.org>
* gettextP.h (gl_locale_name_canonicalize, gl_locale_name_posix,
#define WIDE_CHAR_VERSION 1
+#include "wprintf-parse.h"
/* Define auxiliary functions declared in "wprintf-parse.h". */
+#define CHAR_T wchar_t
+#define DIRECTIVE wchar_t_directive
+#define DIRECTIVES wchar_t_directives
+#define PRINTF_PARSE wprintf_parse
#include "printf-parse.c"
/* Define functions declared in "vasnprintf.h". */