Subversion Repositories Kolibri OS

Rev

Rev 4874 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 186... Line 186...
186
#include "../stdlib/local.h"
186
#include "../stdlib/local.h"
Line 187... Line 187...
187
 
187
 
188
#define _LC_LAST      7
188
#define _LC_LAST      7
Line -... Line 189...
-
 
189
#define ENCODING_LEN 31
-
 
190
 
-
 
191
#ifdef __CYGWIN__ /* Cygwin starts with LC_CTYPE set to "C.UTF-8". */
189
#define ENCODING_LEN 31
192
int __EXPORT __mb_cur_max = 6;
-
 
193
#else
Line 190... Line 194...
190
 
194
int __EXPORT __mb_cur_max = 1;
191
int __EXPORT __mb_cur_max = 1;
195
#endif
192
 
196