Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14624
Modified Files: Tag: desiredata desire.h Log Message: added pd_free_zombie
Index: desire.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v retrieving revision 1.1.2.49.2.25 retrieving revision 1.1.2.49.2.26 diff -C2 -d -r1.1.2.49.2.25 -r1.1.2.49.2.26 *** desire.h 4 Jan 2007 19:24:51 -0000 1.1.2.49.2.25 --- desire.h 15 Jan 2007 23:43:29 -0000 1.1.2.49.2.26 *************** *** 315,318 **** --- 315,319 ---- void class_set_extern_dir(t_symbol *s); void glob_update_class_info (t_pd *bogus, t_symbol *s, t_symbol *cb_recv, t_symbol *cb_sel); + void pd_free_zombie(t_pd *x);
#if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)