From d68f8326740a6a8d0b97b00e774d23c1a5c336a2 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 31 Dec 2005 20:55:25 +0000 Subject: Took a bunch of patches... more to come but these are the ones that might break stuff so I'll sync here. svn path=/trunk/; revision=4336 --- pd/src/d_osc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pd/src/d_osc.c') diff --git a/pd/src/d_osc.c b/pd/src/d_osc.c index 0d485513..58533165 100644 --- a/pd/src/d_osc.c +++ b/pd/src/d_osc.c @@ -26,11 +26,11 @@ #define int32 long #endif -#if defined(__FreeBSD__) || defined(MACOSX) +#if defined(__FreeBSD__) || defined(__APPLE__) #include #endif -#ifdef MACOSX +#ifdef __APPLE__ #define __BYTE_ORDER BYTE_ORDER #define __LITTLE_ENDIAN LITTLE_ENDIAN #endif @@ -39,7 +39,7 @@ #include #endif -#if defined(__unix__) || defined(MACOSX) +#if defined(__unix__) || defined(__APPLE__) #if !defined(__BYTE_ORDER) || !defined(__LITTLE_ENDIAN) #error No byte order defined #endif @@ -53,7 +53,7 @@ #endif /* __BYTE_ORDER */ #include #define int32 int32_t -#endif /* __unix__ or MACOSX*/ +#endif /* __unix__ or __APPLE__*/ union tabfudge -- cgit v1.2.1