From 992bd94dddb021b297fcf28cb5248cc94f48aaf3 Mon Sep 17 00:00:00 2001 From: jdl Date: Tue, 2 Jul 2002 20:32:59 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r24, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/cxc/; revision=25 --- x_connective_pd035.diff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 x_connective_pd035.diff (limited to 'x_connective_pd035.diff') diff --git a/x_connective_pd035.diff b/x_connective_pd035.diff new file mode 100644 index 0000000..e99d56e --- /dev/null +++ b/x_connective_pd035.diff @@ -0,0 +1,14 @@ +246a247,253 +> static void receive_set(t_receive *x, t_symbol *s) +> { +> pd_unbind(&x->x_obj.ob_pd, x->x_sym); +> x->x_sym = s; +> pd_bind(&x->x_obj.ob_pd, s); +> } +> +294c301 +< (t_method)receive_free, sizeof(t_receive), CLASS_NOINLET, A_DEFSYM, 0); +--- +> (t_method)receive_free, sizeof(t_receive), 0, A_DEFSYM, 0); +301a309 +> class_addmethod(receive_class, (t_method)receive_set, gensym("set"), A_SYMBOL, 0); -- cgit v1.2.1