am c16e4332: am d36bbf13: am fd3171b4: Merge "Change wctype_t from enum to int"
* commit 'c16e4332e42ff152c06963c398e9195576d6aae4': Change wctype_t from enum to int
This commit is contained in:
commit
9d60edbcfe
@ -47,7 +47,7 @@ typedef struct {
|
||||
#endif
|
||||
} mbstate_t;
|
||||
|
||||
typedef enum {
|
||||
enum {
|
||||
WC_TYPE_INVALID = 0,
|
||||
WC_TYPE_ALNUM,
|
||||
WC_TYPE_ALPHA,
|
||||
@ -62,7 +62,9 @@ typedef enum {
|
||||
WC_TYPE_UPPER,
|
||||
WC_TYPE_XDIGIT,
|
||||
WC_TYPE_MAX
|
||||
} wctype_t;
|
||||
};
|
||||
|
||||
typedef int wctype_t;
|
||||
|
||||
#define WEOF ((wint_t)(-1))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user