Fix an unfortunate yet old typo that never got attention before r250507.
Should fix the xcode libc++ build.
llvm-svn: 250508
diff --git a/libcxx/src/stdexcept.cpp b/libcxx/src/stdexcept.cpp
index 577376e..0a08bfe 100644
--- a/libcxx/src/stdexcept.cpp
+++ b/libcxx/src/stdexcept.cpp
@@ -14,7 +14,7 @@
#include "system_error"
/* For _LIBCPPABI_VERSION */
-#if defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE_) || defined(LIBCXXRT)
+#if defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE__) || defined(LIBCXXRT)
#include <cxxabi.h>
#endif