aboutsummaryrefslogtreecommitdiff
path: root/cdplayer.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-04 23:32:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-04 23:32:09 +0000
commit116783794ea3af6318bde312505ee10e1ad46eb7 (patch)
treea38cd8647959e1032c5724bc494a4866308e3614 /cdplayer.c
parentceb70fb62c0a27f8e43e5e6553fbd1a99afa868b (diff)
changed macro to the standard auto __gnu_linux__ and fixed memory allocation bug
svn path=/trunk/externals/ext13/; revision=11670
Diffstat (limited to 'cdplayer.c')
-rw-r--r--cdplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdplayer.c b/cdplayer.c
index 4622abf..9529301 100644
--- a/cdplayer.c
+++ b/cdplayer.c
@@ -1,4 +1,4 @@
-#ifdef LINUX
+#ifdef __gnu_linux__
#include "ext13.h"
#include "m_pd.h"