mescc: Support gcc-3.0: Locale header fix.
* include/locale.h (LC_ALL, LC_NUMERIC): Numbers, not strings. (LC_COLLATE, LC_CTYPE): New macro.
This commit is contained in:
parent
b5a725256c
commit
15e94917f0
|
@ -30,8 +30,10 @@
|
|||
#else // ! WITH_GLIBC
|
||||
|
||||
#ifndef LC_ALL
|
||||
#define LC_ALL "LC_ALL"
|
||||
#define LC_NUMERIC "LC_NUMERIC"
|
||||
#define LC_CTYPE 0
|
||||
#define LC_NUMERIC 1
|
||||
#define LC_COLLATE 3
|
||||
#define LC_ALL 6
|
||||
#endif
|
||||
char * setlocale (int category, char const *locale);
|
||||
|
||||
|
|
Loading…
Reference in a new issue