diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-31 22:48:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-31 22:48:06 +0000 |
commit | 0dfa136e0a619e58b8f93c6d7b9b406fe192dc38 (patch) | |
tree | 40113e4f1107d796856a4adc1511b7e3a2789c39 | |
parent | f1063fc40b6d4cd3e3edce1cf621c114274d1867 (diff) |
commented out unneeded Pd header
svn path=/trunk/externals/ext13/; revision=13124
-rw-r--r-- | openpatch.c | 4 |
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> |