summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-08-01 13:39:41 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-08-01 13:39:41 +0000
commit474be151341a7d25f7551f06660c686c55fa2f0d (patch)
tree14ff46139ecf4d576bc69eb50897d3db8a62912e
parentfbb2b54c17c4837818618a2d54fb0ba458d1a98a (diff)
Correct spelling _LIBCPP_STABLE_APPLE_ABIapple25
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/apple25@136614 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--src/locale.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/locale.cpp b/src/locale.cpp
index 7c2a60780..fbe9411c1 100644
--- a/src/locale.cpp
+++ b/src/locale.cpp
@@ -116,7 +116,7 @@ namespace with_locale { 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
@@ -128,7 +128,7 @@ locale_t __cloc() {
return result;
#endif
}
-#endif // _LIBCPP_APPLE_STABLE_ABI
+#endif // _LIBCPP_STABLE_APPLE_ABI
namespace {
@@ -1023,7 +1023,7 @@ ctype<char>::__classic_upper_table() _NOEXCEPT
return NULL;
#endif
}
-#endif // _LIBCPP_APPLE_STABLE_ABI
+#endif // _LIBCPP_STABLE_APPLE_ABI
// template <> class ctype_byname<char>