diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-19 02:09:48 +0200 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-18 17:17:32 -0700 |
commit | 55fa359b3f06fd01ee30267c7795b2dd1cf32bf2 (patch) | |
tree | 874970b5dd8c160eea862f90798b04c40e4176ca /libc/stdlib/stdlib.c | |
parent | 0937a4c490a370744c539bd31decfd9e4e61db55 (diff) | |
download | uClibc-alpine-55fa359b3f06fd01ee30267c7795b2dd1cf32bf2.tar.bz2 uClibc-alpine-55fa359b3f06fd01ee30267c7795b2dd1cf32bf2.tar.xz |
remove a few more empty #if/#endif pairs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/stdlib/stdlib.c')
-rw-r--r-- | libc/stdlib/stdlib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/stdlib/stdlib.c b/libc/stdlib/stdlib.c index eb34dfc0b..ad0c4aac0 100644 --- a/libc/stdlib/stdlib.c +++ b/libc/stdlib/stdlib.c @@ -635,8 +635,6 @@ unsigned long long attribute_hidden _stdlib_strto_ll(register const Wchar * __re #else /* defined(__UCLIBC_HAS_XLOCALE__) && !defined(__UCLIBC_DO_XLOCALE) */ -#if !defined __UCLIBC_HAS_XLOCALE__ && defined __UCLIBC_HAS_CTYPE_TABLES__ -#endif /* This is the main work fuction which handles both strtoll (sflag = 1) and * strtoull (sflag = 0). */ |