aboutsummaryrefslogtreecommitdiff
path: root/common/mooPdUtils.h
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-02-14 20:33:11 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-02-14 20:33:11 +0000
commit4f69b08833151fab744e64a16ae8016a123fa929 (patch)
tree4e09f076dd8d1ea13ac8d791e2dfffb8fec88e7f /common/mooPdUtils.h
parentbef9c971689eacf66aac7a5856ef3d0758710ca8 (diff)
+ added centralized common autotools stuff:
m4/ : m4 macros for autoconf (ax_pd_external.m4) pdexternal.am : automake include file autogen.sh : the usual hack svn path=/trunk/externals/moocow/; revision=10767
Diffstat (limited to 'common/mooPdUtils.h')
-rw-r--r--common/mooPdUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/mooPdUtils.h b/common/mooPdUtils.h
index 4917e7d..0eb1c74 100644
--- a/common/mooPdUtils.h
+++ b/common/mooPdUtils.h
@@ -14,5 +14,7 @@
# define MOO_UNUSED
#endif
+/*-- PDEXT_UNUSED : alias for MOO_UNUSED --*/
+#define PDEXT_UNUSED MOO_UNUSED
#endif /* _MOO_PD_UTILS_H */