Xing Xue: Fix type-o. Thanks to C. Bergström for spotting it.

llvm-svn: 189674
This commit is contained in:
Howard Hinnant 2013-08-30 14:42:39 +00:00
parent 3535e04483
commit d0a4d73623
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ public:
# else
static const mask blank = _CTYPE_B;
# endif
#elif defined(__sun__) && defined(_AIX)
#elif defined(__sun__) || defined(_AIX)
typedef unsigned int mask;
static const mask space = _ISSPACE;
static const mask print = _ISPRINT;