summaryrefslogtreecommitdiffstats
path: root/src/stdexcept.cpp
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-04-27 17:27:12 +0000
committerdim <dim@FreeBSD.org>2013-04-27 17:27:12 +0000
commit8546120978e348b3bed62936eae651837ccbcafd (patch)
treef4dbdda47a8f2e8eb8196e6a33ed834e8400837e /src/stdexcept.cpp
parentfab14d3df75fc3af83c06ed85bb9c068f1144351 (diff)
downloadFreeBSD-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.cpp2
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>
OpenPOWER on IntegriCloud