aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libcxx/new.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'system/lib/libcxx/new.cpp')
-rw-r--r--system/lib/libcxx/new.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lib/libcxx/new.cpp b/system/lib/libcxx/new.cpp
index 3ad593a3..b23a516f 100644
--- a/system/lib/libcxx/new.cpp
+++ b/system/lib/libcxx/new.cpp
@@ -15,7 +15,7 @@
#define __has_include(inc) 0
#endif
-#if __APPLE__
+#ifdef __APPLE__
#include <cxxabi.h>
#ifndef _LIBCPPABI_VERSION