diff options
author | dim <dim@FreeBSD.org> | 2013-04-27 17:27:12 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2013-04-27 17:27:12 +0000 |
commit | 8546120978e348b3bed62936eae651837ccbcafd (patch) | |
tree | f4dbdda47a8f2e8eb8196e6a33ed834e8400837e /src/stdexcept.cpp | |
parent | fab14d3df75fc3af83c06ed85bb9c068f1144351 (diff) | |
download | FreeBSD-src-8546120978e348b3bed62936eae651837ccbcafd.zip FreeBSD-src-8546120978e348b3bed62936eae651837ccbcafd.tar.gz |
Vendor import of libc++ trunk r180598.
Diffstat (limited to 'src/stdexcept.cpp')
-rw-r--r-- | src/stdexcept.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdexcept.cpp b/src/stdexcept.cpp index 660ebfe..0c4e832 100644 --- a/src/stdexcept.cpp +++ b/src/stdexcept.cpp @@ -20,7 +20,7 @@ #define __has_include(inc) 0 #endif -#if __APPLE__ +#ifdef __APPLE__ #include <cxxabi.h> #elif defined(LIBCXXRT) || __has_include(<cxxabi.h>) #include <cxxabi.h> |