From fe1be78e384c11f7f15a712f116cdeb9e914957b Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Thu, 7 Dec 2006 16:19:05 +0000 Subject: More 64 bit fixes, notably confusion about file extensions and taking garray_getfloatarray out of expr svn path=/trunk/; revision=6685 --- pd/src/d_osc.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pd/src/d_osc.c') diff --git a/pd/src/d_osc.c b/pd/src/d_osc.c index 58533165..0f2eb3e9 100644 --- a/pd/src/d_osc.c +++ b/pd/src/d_osc.c @@ -30,11 +30,6 @@ #include #endif -#ifdef __APPLE__ -#define __BYTE_ORDER BYTE_ORDER -#define __LITTLE_ENDIAN LITTLE_ENDIAN -#endif - #ifdef __linux__ #include #endif @@ -55,14 +50,12 @@ #define int32 int32_t #endif /* __unix__ or __APPLE__*/ - union tabfudge { double tf_d; int32 tf_i[2]; }; - /* -------------------------- phasor~ ------------------------------ */ static t_class *phasor_class, *scalarphasor_class; -- cgit v1.2.1