diff options
author | Alexis Hunt <alercah@gmail.com> | 2011-07-09 01:09:31 +0000 |
---|---|---|
committer | Alexis Hunt <alercah@gmail.com> | 2011-07-09 01:09:31 +0000 |
commit | f023519770be3f94900c0d7e75cf89c7a63b8859 (patch) | |
tree | bf400aa7bf1a9437115323ba06c988cd499d4ece /libcxx/include/__locale | |
parent | 780db902f70f3085832348f16efd7f2a2afa5dd5 (diff) | |
download | bcm5719-llvm-f023519770be3f94900c0d7e75cf89c7a63b8859.tar.gz bcm5719-llvm-f023519770be3f94900c0d7e75cf89c7a63b8859.zip |
Conditionally wrap the changes from r134781.
llvm-svn: 134783
Diffstat (limited to 'libcxx/include/__locale')
-rw-r--r-- | libcxx/include/__locale | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/__locale b/libcxx/include/__locale index 521da04926c..3f669d61042 100644 --- a/libcxx/include/__locale +++ b/libcxx/include/__locale @@ -541,8 +541,10 @@ public: #endif _LIBCPP_ALWAYS_INLINE const mask* table() const _NOEXCEPT {return __tab_;} static const mask* classic_table() _NOEXCEPT; +#ifndef _LIBCPP_STABLE_APPLE_ABI static const int* __classic_upper_table() _NOEXCEPT; static const int* __classic_lower_table() _NOEXCEPT; +#endif protected: ~ctype(); |