From 8caf423916fd0d4c3b780a39c28e4b11273a2894 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sun, 31 Jul 2011 17:16:32 +0000 Subject: [PATCH] Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABI git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@136597 91177308-0d34-0410-b5e6-96231b3b80d8 --- src/locale.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locale.cpp b/src/locale.cpp index 2636e177..a9fccec8 100644 --- a/src/locale.cpp +++ b/src/locale.cpp @@ -35,7 +35,7 @@ namespace { _LIBCPP_BEGIN_NAMESPACE_STD -#ifndef _LIBCPP_APPLE_STABLE_ABI +#ifndef _LIBCPP_STABLE_APPLE_ABI locale_t __cloc() { // In theory this could create a race condition. In practice // the race condition is non-fatal since it will just create @@ -47,7 +47,7 @@ locale_t __cloc() { return result; #endif } -#endif // _LIBCPP_APPLE_STABLE_ABI +#endif // _LIBCPP_STABLE_APPLE_ABI namespace { @@ -942,7 +942,7 @@ ctype::__classic_upper_table() _NOEXCEPT return NULL; #endif } -#endif // _LIBCPP_APPLE_STABLE_ABI +#endif // _LIBCPP_STABLE_APPLE_ABI // template <> class ctype_byname