summaryrefslogtreecommitdiff
path: root/src/alloc-override-osx.c
diff options
context:
space:
mode:
authorDaan <daanl@outlook.com>2022-01-10 12:04:24 -0800
committerDaan <daanl@outlook.com>2022-01-10 12:04:24 -0800
commit397f44c9573d762364e6fe77d5dae16c2003489b (patch)
treea0515ba2842a506656614ae958dddb51bc475293 /src/alloc-override-osx.c
parent4fc63358a60b421c1d907f59cf19622661e14472 (diff)
nicefy
Diffstat (limited to 'src/alloc-override-osx.c')
-rw-r--r--src/alloc-override-osx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/alloc-override-osx.c b/src/alloc-override-osx.c
index b53032e..edd93b3 100644
--- a/src/alloc-override-osx.c
+++ b/src/alloc-override-osx.c
@@ -32,8 +32,7 @@ terms of the MIT license. A copy of the license can be found in the file
extern "C" {
#endif
-#if defined(MAC_OS_X_VERSION_10_6) && \
- MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
+#if defined(MAC_OS_X_VERSION_10_6) && (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6)
// only available from OSX 10.6
extern malloc_zone_t* malloc_default_purgeable_zone(void) __attribute__((weak_import));
#endif