From 8a813e43664687b1a06383961235a72866e6bde9 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 27 Apr 2009 22:15:55 +0000 Subject: add pd_anything as alias of pd_typedmess svn path=/trunk/; revision=11185 --- desiredata/src/m_pd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desiredata/src') 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) -- cgit v1.2.1