diff options
Diffstat (limited to 'libcxx/include/support/solaris/wchar.h')
-rw-r--r-- | libcxx/include/support/solaris/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/support/solaris/wchar.h b/libcxx/include/support/solaris/wchar.h index 9dc9ac3f006..f01fd743a23 100644 --- a/libcxx/include/support/solaris/wchar.h +++ b/libcxx/include/support/solaris/wchar.h @@ -26,7 +26,7 @@ #define wctype sun_wctype #define _WCHAR_T 1 #include_next "wchar.h" -#undef iswalpha +#undef iswalpha #undef iswupper #undef iswlower #undef iswdigit |