[cfe-commits] [libcxx] r136614 - /libcxx/branches/apple25/src/locale.cpp
Howard Hinnant
hhinnant at apple.com
Mon Aug 1 06:39:41 PDT 2011
Author: hhinnant
Date: Mon Aug 1 08:39:41 2011
New Revision: 136614
URL: http://llvm.org/viewvc/llvm-project?rev=136614&view=rev
Log:
Correct spelling _LIBCPP_STABLE_APPLE_ABI
Modified:
libcxx/branches/apple25/src/locale.cpp
Modified: libcxx/branches/apple25/src/locale.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/apple25/src/locale.cpp?rev=136614&r1=136613&r2=136614&view=diff
==============================================================================
--- libcxx/branches/apple25/src/locale.cpp (original)
+++ libcxx/branches/apple25/src/locale.cpp Mon Aug 1 08:39:41 2011
@@ -116,7 +116,7 @@
_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 @@
return result;
#endif
}
-#endif // _LIBCPP_APPLE_STABLE_ABI
+#endif // _LIBCPP_STABLE_APPLE_ABI
namespace {
@@ -1023,7 +1023,7 @@
return NULL;
#endif
}
-#endif // _LIBCPP_APPLE_STABLE_ABI
+#endif // _LIBCPP_STABLE_APPLE_ABI
// template <> class ctype_byname<char>
More information about the cfe-commits
mailing list