* stdio-common/printf-parse.h: Include string.h and wchar.h.
commitc06b7169e41740e4be335ca3f6221bc7d60464c7
authorUlrich Drepper <drepper@redhat.com>
Wed, 10 Oct 2007 20:14:12 +0000 (10 20:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 10 Oct 2007 20:14:12 +0000 (10 20:14 +0000)
treefa5b4f6e4629b6b8b36be74118acbdd0f9e73e6d
parent59d430c6809871b357f2e9e677ef7fdfc03fbf62
* stdio-common/printf-parse.h: Include string.h and wchar.h.

(__find_specwc): Change into __extern_always_inline function.
(__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
(__parse_one_specmb): Remove ps argument.
* stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
Adjust __find_specmb and __parse_one_specmb callers.
* stdio-common/printf-prs.c (parse_printf_format): Likewise.
* stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
Removed.
(__parse_one_specmb): Remove ps argument, adjust __find_specmb
caller.
ChangeLog
stdio-common/printf-parse.h
stdio-common/printf-parsemb.c
stdio-common/printf-prs.c
stdio-common/vfprintf.c