[PD-cvs] pd/src m_pd.h,1.4.4.11.2.22,1.4.4.11.2.23

Mathieu Bouchard matju at users.sourceforge.net
Sun Apr 23 08:24:40 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_pd.h 
Log Message:
errata previous commit


Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.4.4.11.2.22
retrieving revision 1.4.4.11.2.23
diff -C2 -d -r1.4.4.11.2.22 -r1.4.4.11.2.23
*** m_pd.h	23 Apr 2006 06:22:28 -0000	1.4.4.11.2.22
--- m_pd.h	23 Apr 2006 06:24:38 -0000	1.4.4.11.2.23
***************
*** 199,204 ****
  	t_atom dirtyv[3];
  } t_appendix;
! t_appendix *appendix_new (t_gobj *master);
! void appendix_free(t_gobj *self);
  #endif
  
--- 199,204 ----
  	t_atom dirtyv[3];
  } t_appendix;
! t_appendix *appendix_new (struct _gobj *master);
! void appendix_free(struct _gobj *self);
  #endif
  





More information about the Pd-cvs mailing list