summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-04 22:49:59 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-04 22:49:59 +0000
commitd8059900ddf188607828b12a174b83decade3d61 (patch)
tree7d00e8b8cb0b745fb7d485d04fbd4a7b865b80f1 /libc
parent4373aca4722ac410e983728e5a961859d5ca7f4f (diff)
Remove duplicate ifdefs
Diffstat (limited to 'libc')
-rw-r--r--libc/misc/time/time.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/misc/time/time.c b/libc/misc/time/time.c
index c315baddc..21c4bb96b 100644
--- a/libc/misc/time/time.c
+++ b/libc/misc/time/time.c
@@ -1239,9 +1239,7 @@ __XL_ALIAS(strftime)
/**********************************************************************/
#if defined(L_strptime) || defined(L_strptime_l)
-#if defined(L_strptime) || defined(L_strptime_l)
#define ISDIGIT(C) __isdigit_char((C))
-#endif
#ifdef __UCLIBC_DO_XLOCALE
#define ISSPACE(C) isspace_l((C), locale_arg)