summaryrefslogtreecommitdiff
path: root/src/new.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/new.cpp')
-rw-r--r--src/new.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new.cpp b/src/new.cpp
index 3ad593a3c0e00..b23a516ff37f9 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