aboutsummaryrefslogtreecommitdiff
path: root/openpatch.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-31 22:48:06 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-31 22:48:06 +0000
commit0dfa136e0a619e58b8f93c6d7b9b406fe192dc38 (patch)
tree40113e4f1107d796856a4adc1511b7e3a2789c39 /openpatch.c
parentf1063fc40b6d4cd3e3edce1cf621c114274d1867 (diff)
commented out unneeded Pd header
svn path=/trunk/externals/ext13/; revision=13124
Diffstat (limited to 'openpatch.c')
-rw-r--r--openpatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpatch.c b/openpatch.c
index 0084869..915a379 100644
--- a/openpatch.c
+++ b/openpatch.c
@@ -1,11 +1,11 @@
#include "ext13.h"
#include "m_pd.h"
-
+/*
#ifndef PD_MAJOR_VERSION
#include "s_stuff.h"
#else
#include "m_imp.h"
-#endif
+#endif*/
#include <sys/stat.h>
#include <stdio.h>