diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-27 20:18:52 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-27 20:18:52 +0000 |
commit | 938c669eb4b2f520e5abf011d32c90eb66d2a714 (patch) | |
tree | 6f657948c2495e7dff91f2f53976c406448d76d8 /stdio-common/printf_fp.c | |
parent | 96749bc273d1837f1121bf77124bf90f0b5f5b5b (diff) | |
download | glibc-938c669eb4b2f520e5abf011d32c90eb66d2a714.zip glibc-938c669eb4b2f520e5abf011d32c90eb66d2a714.tar.gz glibc-938c669eb4b2f520e5abf011d32c90eb66d2a714.tar.bz2 |
* stdio-common/printf_fp.c (__printf_fp): Add prototype for nested
function.
* elf/dl-load.c (_dl_map_object_from_fd): Likewise.
* locale/programs/locale.c (show_locale_vars): Likewise.
(show_info): Likewise.
* locale/programs/ld-collate.c (collate_output): Likewise.
* locale/programs/ld-ctype.c (set_class_defaults): Likewise.
* elf/dl-deps.c (_dl_map_object_deps): Likewise.
* stdlib/rpmatch.c (rpmatch): Likewise.
Diffstat (limited to 'stdio-common/printf_fp.c')
-rw-r--r-- | stdio-common/printf_fp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdio-common/printf_fp.c b/stdio-common/printf_fp.c index 0f598d8..dc5f47d 100644 --- a/stdio-common/printf_fp.c +++ b/stdio-common/printf_fp.c @@ -200,6 +200,8 @@ __printf_fp (FILE *fp, /* Nonzero if this is output on a wide character stream. */ int wide = info->wide; + auto wchar_t hack_digit (void); + wchar_t hack_digit (void) { mp_limb_t hi; |