| commit | f5241d7586249662c55b45eaac93d6a89b7c9745 | [log] [tgz] | 
|---|---|---|
| author | Howard Hinnant <hhinnant@apple.com> | Mon Sep 27 18:09:23 2010 +0000 | 
| committer | Howard Hinnant <hhinnant@apple.com> | Mon Sep 27 18:09:23 2010 +0000 | 
| tree | 1340faae0ac1c0584ea610a2518f085a864fc64d | |
| parent | 2776d465eedcff1df0ec77fb2737c8f26ec0e754 [diff] [blame] | 
Bugzilla 8231 llvm-svn: 114851
diff --git a/libcxx/include/__config b/libcxx/include/__config index f6102b2..ae907cfe 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config
@@ -90,9 +90,13 @@ #define _LIBCPP_HAS_NO_TEMPLATE_ALIASES #ifndef __GXX_EXPERIMENTAL_CXX0X__ +#ifdef __linux__ +#define _LIBCPP_HAS_NO_UNICODE_CHARS +#else typedef __char16_t char16_t; typedef __char32_t char32_t; #endif +#endif #if !(__has_feature(cxx_exceptions)) #define _LIBCPP_NO_EXCEPTIONS