[PD-cvs] pd/src d_global.c,1.1.1.2.8.4,1.1.1.2.8.5

Tim Blechmann timblech at users.sourceforge.net
Mon Sep 6 09:56:41 CEST 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6902

Modified Files:
      Tag: devel_0_37
	d_global.c 
Log Message:
fixed r~ bug (that never appeared)

Index: d_global.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/d_global.c,v
retrieving revision 1.1.1.2.8.4
retrieving revision 1.1.1.2.8.5
diff -C2 -d -r1.1.1.2.8.4 -r1.1.1.2.8.5
*** d_global.c	3 Sep 2004 07:51:27 -0000	1.1.1.2.8.4
--- d_global.c	6 Sep 2004 07:56:39 -0000	1.1.1.2.8.5
***************
*** 342,346 ****
      sigthrow_class = class_new(gensym("throw~"), (t_newmethod)sigthrow_new, 0,
      	sizeof(t_sigthrow), 0, A_DEFSYM, 0);
-     class_addcreator((t_newmethod)sigthrow_new, gensym("r~"), A_DEFSYM, 0);
      class_addmethod(sigthrow_class, (t_method)sigthrow_set, gensym("set"),
      	A_SYMBOL, 0);
--- 342,345 ----





More information about the Pd-cvs mailing list