Merge "Change wctype_t from int to long."
This commit is contained in:
commit
a731877406
|
@ -64,7 +64,7 @@ enum {
|
|||
WC_TYPE_MAX
|
||||
};
|
||||
|
||||
typedef int wctype_t;
|
||||
typedef long wctype_t;
|
||||
|
||||
#define WEOF ((wint_t)(-1))
|
||||
|
||||
|
|
Loading…
Reference in New Issue