Changeset 3810
- Timestamp:
- Feb 16, 2014, 9:45:05 PM (11 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/locale.h
r1796 r3810 79 79 #define LC_COLLATE 0 /* bird: was 1 */ 80 80 #define LC_CTYPE 1 /* bird: was 2 */ 81 #define LC_ MONETARY 2 /* bird: was 3*/82 #define LC_ NUMERIC 3 /* bird: was 4*/81 #define LC_NUMERIC 2 /* bird: was 4 */ 82 #define LC_MONETARY 3 /* bird: was 3 */ 83 83 #define LC_TIME 4 /* bird: was 5 */ 84 84 #define LC_MESSAGES 5 /* bird: was 6 */ … … 93 93 __END_DECLS 94 94 95 #endif /* _LOCALE_H_ */95 #endif /* !_LOCALE_H_ */ -
trunk/libc/include/locale.h
r1796 r3810 79 79 #define LC_COLLATE 0 /* bird: was 1 */ 80 80 #define LC_CTYPE 1 /* bird: was 2 */ 81 #define LC_ MONETARY 2 /* bird: was 3*/82 #define LC_ NUMERIC 3 /* bird: was 4*/81 #define LC_NUMERIC 2 /* bird: was 4 */ 82 #define LC_MONETARY 3 /* bird: was 3 */ 83 83 #define LC_TIME 4 /* bird: was 5 */ 84 84 #define LC_MESSAGES 5 /* bird: was 6 */ … … 93 93 __END_DECLS 94 94 95 #endif /* _LOCALE_H_ */95 #endif /* !_LOCALE_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.