Xing Xue: Fix type-o. Thanks to C. Bergström for spotting it.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@189674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -363,7 +363,7 @@ public:
|
|||||||
# else
|
# else
|
||||||
static const mask blank = _CTYPE_B;
|
static const mask blank = _CTYPE_B;
|
||||||
# endif
|
# endif
|
||||||
#elif defined(__sun__) && defined(_AIX)
|
#elif defined(__sun__) || defined(_AIX)
|
||||||
typedef unsigned int mask;
|
typedef unsigned int mask;
|
||||||
static const mask space = _ISSPACE;
|
static const mask space = _ISSPACE;
|
||||||
static const mask print = _ISPRINT;
|
static const mask print = _ISPRINT;
|
||||||
|
Reference in New Issue
Block a user