Explorar o código

Remove duplicate ifdefs

Peter S. Mazinger %!s(int64=18) %!d(string=hai) anos
pai
achega
d8059900dd
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      libc/misc/time/time.c

+ 0 - 2
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)