aboutsummaryrefslogtreecommitdiff
path: root/cyclone/hammer/cartopol.c
diff options
context:
space:
mode:
Diffstat (limited to 'cyclone/hammer/cartopol.c')
-rw-r--r--cyclone/hammer/cartopol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/hammer/cartopol.c b/cyclone/hammer/cartopol.c
index ce9f546..962a05e 100644
--- a/cyclone/hammer/cartopol.c
+++ b/cyclone/hammer/cartopol.c
@@ -5,7 +5,7 @@
#include <math.h>
#include "m_pd.h"
-#if defined(_WIN32) || defined(MACOSX)
+#if defined(_WIN32) || defined(__APPLE__)
/* cf pd/src/x_arithmetic.c */
#define atan2f atan2
#define hypotf hypot