commit | dde4bfe20ad0518a90c219160b3dc81743c1cd5c | [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 | 95acecd203832272b935f47ddee4c5a4ccc3a452 | |
parent | 1f2573203c04ee747bebd2bf56a02186a35babcf [diff] [blame] |
Removed raw references to __APPLE__; now just check to see if it is defined. llvm-svn: 177297 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: b56e8587aff9d8766a673f51b2d9c525e1535d84
diff --git a/src/new.cpp b/src/new.cpp index 3ad593a..b23a516 100644 --- a/src/new.cpp +++ b/src/new.cpp
@@ -15,7 +15,7 @@ #define __has_include(inc) 0 #endif -#if __APPLE__ +#ifdef __APPLE__ #include <cxxabi.h> #ifndef _LIBCPPABI_VERSION