diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:23:48 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:23:48 +0000 |
commit | 06d4ba388873e6d1cfa9cd715a8935ecc8cd2097 (patch) | |
tree | 3eb853da77d46cc77c4b017525a422f9ddb1385b /test/CodeGen/wchar-const.c | |
parent | 30d791273d07fac9c0c1641a0731191bca6e8606 (diff) |
Notes
Diffstat (limited to 'test/CodeGen/wchar-const.c')
-rw-r--r-- | test/CodeGen/wchar-const.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/wchar-const.c b/test/CodeGen/wchar-const.c index 34da249639eae..b461d605f6a92 100644 --- a/test/CodeGen/wchar-const.c +++ b/test/CodeGen/wchar-const.c @@ -7,9 +7,9 @@ typedef __WCHAR_TYPE__ wchar_t; #if defined(_WIN32) || defined(_M_IX86) || defined(__CYGWIN__) \ || defined(_M_X64) || defined(SHORT_WCHAR) #define WCHAR_T_TYPE unsigned short -#elif defined(__sun) || defined(__AuroraUX__) +#elif defined(__sun) #define WCHAR_T_TYPE long -#else /* Solaris or AuroraUX. */ +#else /* Solaris. */ #define WCHAR_T_TYPE int #endif |