summaryrefslogtreecommitdiffstats
path: root/libc/stdio/_vfprintf.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-18 23:07:26 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-09-18 15:09:09 -0700
commitf24043265df1282591a0930db41a75bcd3523387 (patch)
tree5884c766f8fc706669cfc88abd1192fcb8c96c4c /libc/stdio/_vfprintf.c
parent8eee4fd5b928613578b8d4420016c36e4d27fe81 (diff)
downloaduClibc-alpine-f24043265df1282591a0930db41a75bcd3523387.tar.bz2
uClibc-alpine-f24043265df1282591a0930db41a75bcd3523387.tar.xz
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/stdio/_vfprintf.c')
-rw-r--r--libc/stdio/_vfprintf.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/stdio/_vfprintf.c b/libc/stdio/_vfprintf.c
index d651cc965..f288cb501 100644
--- a/libc/stdio/_vfprintf.c
+++ b/libc/stdio/_vfprintf.c
@@ -115,9 +115,6 @@
#include <bits/uClibc_uintmaxtostr.h>
#include <bits/uClibc_va_copy.h>
-#ifdef __UCLIBC_HAS_WCHAR__
-#endif
-
/* Some older or broken gcc toolchains define LONG_LONG_MAX but not
* LLONG_MAX. Since LLONG_MAX is part of the standard, that's what
* we use. So complain if we do not have it but should.
@@ -714,10 +711,6 @@ void attribute_hidden _ppfs_setargs(register ppfs_t *ppfs)
/**********************************************************************/
#ifdef L__ppfs_parsespec
-#ifdef __UCLIBC_HAS_XLOCALE__
-#elif defined __UCLIBC_HAS_CTYPE_TABLES__
-#endif
-
/* Notes: argtype differs from glibc for the following:
* mine glibc
* lc PA_WCHAR PA_CHAR the standard says %lc means %C