diff options
Diffstat (limited to 'libcxx/include/__locale')
-rw-r--r-- | libcxx/include/__locale | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__locale b/libcxx/include/__locale index 42c9c5ae7f1..fb0eb8fdeb1 100644 --- a/libcxx/include/__locale +++ b/libcxx/include/__locale @@ -557,7 +557,7 @@ public: #endif _LIBCPP_ALWAYS_INLINE const mask* table() const _NOEXCEPT {return __tab_;} static const mask* classic_table() _NOEXCEPT; -#ifndef _LIBCPP_STABLE_APPLE_ABI +#ifndef _LIBCPP_HAS_DEFAULTRUNELOCALE static const int* __classic_upper_table() _NOEXCEPT; static const int* __classic_lower_table() _NOEXCEPT; #endif |