Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4921 → Rev 4874

/contrib/sdk/sources/newlib/libc/locale/ldpart.c
File deleted
/contrib/sdk/sources/newlib/libc/locale/locale.c
188,11 → 188,7
#define _LC_LAST 7
#define ENCODING_LEN 31
 
#ifdef __CYGWIN__ /* Cygwin starts with LC_CTYPE set to "C.UTF-8". */
int __EXPORT __mb_cur_max = 6;
#else
int __EXPORT __mb_cur_max = 1;
#endif
 
int __nlocale_changed = 0;
int __mlocale_changed = 0;