diff options
Diffstat (limited to 'cyclone/sickle/sinx.c')
-rw-r--r-- | cyclone/sickle/sinx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/sickle/sinx.c b/cyclone/sickle/sinx.c index db0567d..29c7c4e 100644 --- a/cyclone/sickle/sinx.c +++ b/cyclone/sickle/sinx.c @@ -9,7 +9,7 @@ /* by definition, this is just an interface to the -lm call (do not use costable) */ -#if defined(_WIN32) || defined(MACOSX) +#if defined(_WIN32) || defined(__APPLE__) /* cf pd/src/x_arithmetic.c */ #define sinf sin #endif |