* commit '32cd82f093184fc3b6b43171f16ed5d74ca02795': Change wctype_t from int to long.
This commit is contained in:
@@ -64,7 +64,7 @@ enum {
|
||||
WC_TYPE_MAX
|
||||
};
|
||||
|
||||
typedef int wctype_t;
|
||||
typedef long wctype_t;
|
||||
|
||||
#define WEOF ((wint_t)(-1))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user