aboutsummaryrefslogtreecommitdiff
path: root/pd/src/d_osc.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/d_osc.c')
-rw-r--r--pd/src/d_osc.c7
1 files changed, 0 insertions, 7 deletions
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 <machine/endian.h>
#endif
-#ifdef __APPLE__
-#define __BYTE_ORDER BYTE_ORDER
-#define __LITTLE_ENDIAN LITTLE_ENDIAN
-#endif
-
#ifdef __linux__
#include <endian.h>
#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;