aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/m_pd.h
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-04-27 22:15:55 +0000
committerN.N. <matju@users.sourceforge.net>2009-04-27 22:15:55 +0000
commit8a813e43664687b1a06383961235a72866e6bde9 (patch)
tree87587c1eff1d0c8c75c5b67f63f420be2520679a /desiredata/src/m_pd.h
parent626e7ae1a317c1b9df2748da63f247f65326ba83 (diff)
add pd_anything as alias of pd_typedmess
svn path=/trunk/; revision=11185
Diffstat (limited to 'desiredata/src/m_pd.h')
-rw-r--r--desiredata/src/m_pd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desiredata/src/m_pd.h b/desiredata/src/m_pd.h
index 17b6a061..8b012910 100644
--- a/desiredata/src/m_pd.h
+++ b/desiredata/src/m_pd.h
@@ -496,6 +496,7 @@ EXTERN void pd_float( t_pd *x, t_float f);
EXTERN void pd_symbol( t_pd *x, t_symbol *s);
EXTERN void pd_string( t_pd *x, const char *s); /* makes a refcounted symbol (copying s) */
EXTERN void pd_list( t_pd *x, t_symbol *s, int argc, t_atom *argv);
+#define pd_anything pd_typedmess
#ifdef PD_PLUSPLUS_FACE
#define pd_class(x) ((x)->_class)