Fix buggy MB_LEN_MAX definition according to MSVC headers

svn path=/trunk/; revision=34348
This commit is contained in:
Colin Finck 2008-07-06 22:56:19 +00:00
parent c7f03eaf32
commit e32689dbb6

View file

@ -32,11 +32,9 @@
/* /*
* Characteristics of the char data type. * Characteristics of the char data type.
*
* TODO: Is MB_LEN_MAX correct?
*/ */
#define CHAR_BIT 8 #define CHAR_BIT 8
#define MB_LEN_MAX 2 #define MB_LEN_MAX 5
#define SCHAR_MIN (-128) #define SCHAR_MIN (-128)
#define SCHAR_MAX 127 #define SCHAR_MAX 127