Merge "Change wctype_t from int to long."

This commit is contained in:
Calin Juravle 2014-05-14 10:33:46 +00:00 committed by Gerrit Code Review
commit a731877406
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ enum {
WC_TYPE_MAX
};
typedef int wctype_t;
typedef long wctype_t;
#define WEOF ((wint_t)(-1))