소스 검색

A missing change when we recently released a lot of fix
on localae support

Carmelo Amoroso 15 년 전
부모
커밋
6b497bfbe9
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      libc/sysdeps/linux/common/bits/locale.h

+ 0 - 2
libc/sysdeps/linux/common/bits/locale.h

@@ -33,14 +33,12 @@ enum
   __LC_MONETARY = 4,
   __LC_MESSAGES = 5,
   __LC_ALL = 6,
-#if 0
   __LC_PAPER = 7,
   __LC_NAME = 8,
   __LC_ADDRESS = 9,
   __LC_TELEPHONE = 10,
   __LC_MEASUREMENT = 11,
   __LC_IDENTIFICATION = 12
-#endif
 };
 
 #endif	/* bits/locale.h */