am 7c0b313d: am a7318774: Merge "Change wctype_t from int to long."
* commit '7c0b313df17569fd821a5617339f962fa1f1ef11': Change wctype_t from int to long.
This commit is contained in:
commit
32cd82f093
@ -64,7 +64,7 @@ enum {
|
|||||||
WC_TYPE_MAX
|
WC_TYPE_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef int wctype_t;
|
typedef long wctype_t;
|
||||||
|
|
||||||
#define WEOF ((wint_t)(-1))
|
#define WEOF ((wint_t)(-1))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user