commit | b56e8587aff9d8766a673f51b2d9c525e1535d84 | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow@qualcomm.com> | Mon Mar 18 17:45:34 2013 +0000 |
committer | Marshall Clow <mclow@qualcomm.com> | Mon Mar 18 17:45:34 2013 +0000 |
tree | c4c634ec98a9e66df29d6d01254590677ba20b85 | |
parent | e8f1cf478bc7bd8d6e7088a6e4c97d32ae6002c6 [diff] [blame] |
Removed raw references to __APPLE__; now just check to see if it is defined. llvm-svn: 177297
diff --git a/libcxx/src/new.cpp b/libcxx/src/new.cpp index 3ad593a..b23a516 100644 --- a/libcxx/src/new.cpp +++ b/libcxx/src/new.cpp
@@ -15,7 +15,7 @@ #define __has_include(inc) 0 #endif -#if __APPLE__ +#ifdef __APPLE__ #include <cxxabi.h> #ifndef _LIBCPPABI_VERSION