[PD-cvs] pd/src m_pd.c,1.3.8.6,1.3.8.7

Mathieu Bouchard matju at users.sourceforge.net
Sun Jul 2 02:52:59 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_pd.c 
Log Message:
fix because appendix requires DESIRE


Index: m_pd.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.c,v
retrieving revision 1.3.8.6
retrieving revision 1.3.8.7
diff -C2 -d -r1.3.8.6 -r1.3.8.7
*** m_pd.c	2 Jul 2006 00:34:53 -0000	1.3.8.6
--- m_pd.c	2 Jul 2006 00:52:57 -0000	1.3.8.7
***************
*** 16,20 ****
--- 16,22 ----
      x = (t_pd *)t_getbytes(c->c_size);
      *x = c;
+ #ifdef DESIRE
      if (c->c_gobj) ((t_gobj *)x)->g_adix = appendix_new((t_gobj *)x);
+ #endif
      if (c->c_patchable)
      {





More information about the Pd-cvs mailing list