Jelajahi Sumber

Correct spelling _LIBCPP_STABLE_APPLE_ABI

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/apple25@136614 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant 14 tahun lalu
induk
melakukan
474be15134
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      src/locale.cpp

+ 3 - 3
src/locale.cpp

@@ -116,7 +116,7 @@ namespace with_locale { namespace {
 
 
 _LIBCPP_BEGIN_NAMESPACE_STD
 _LIBCPP_BEGIN_NAMESPACE_STD
 
 
-#ifndef _LIBCPP_APPLE_STABLE_ABI
+#ifndef _LIBCPP_STABLE_APPLE_ABI
 locale_t __cloc() {
 locale_t __cloc() {
   // In theory this could create a race condition. In practice
   // In theory this could create a race condition. In practice
   // the race condition is non-fatal since it will just create
   // the race condition is non-fatal since it will just create
@@ -128,7 +128,7 @@ locale_t __cloc() {
   return result;
   return result;
 #endif
 #endif
 }
 }
-#endif // _LIBCPP_APPLE_STABLE_ABI
+#endif // _LIBCPP_STABLE_APPLE_ABI
 
 
 namespace {
 namespace {
 
 
@@ -1023,7 +1023,7 @@ ctype<char>::__classic_upper_table() _NOEXCEPT
     return NULL;
     return NULL;
 #endif
 #endif
 }
 }
-#endif // _LIBCPP_APPLE_STABLE_ABI
+#endif // _LIBCPP_STABLE_APPLE_ABI
 
 
 // template <> class ctype_byname<char>
 // template <> class ctype_byname<char>