소스 검색

Remove duplicate ifdefs

Peter S. Mazinger 18 년 전
부모
커밋
d8059900dd
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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)