[PD-cvs] pd/src m_pd.h,1.4.4.11.2.33.2.56,1.4.4.11.2.33.2.57

Mathieu Bouchard matju at users.sourceforge.net
Thu Jul 19 23:07:46 CEST 2007


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

Modified Files:
      Tag: desiredata
	m_pd.h 
Log Message:
goes with last commit of d_ugen.c


Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.4.4.11.2.33.2.56
retrieving revision 1.4.4.11.2.33.2.57
diff -C2 -d -r1.4.4.11.2.33.2.56 -r1.4.4.11.2.33.2.57
*** m_pd.h	19 Jul 2007 03:33:46 -0000	1.4.4.11.2.33.2.56
--- m_pd.h	19 Jul 2007 21:07:44 -0000	1.4.4.11.2.33.2.57
***************
*** 164,167 ****
--- 164,169 ----
      operator float     () {return a_w.w_float;}
      operator t_symbol *() {return a_w.w_symbol;}
+     //bool operator == (_atom &o) {return a_type==o.a_type && a_w.w_index==o.a_w.w_index;}
+     //bool operator != (_atom &o) {return a_type!=o.a_type || a_w.w_index!=o.a_w.w_index;}
  #endif
  } t_atom;
***************
*** 701,707 ****
  #ifdef PD_PLUSPLUS_FACE
    t_float *v;   /* here we hold the resampled data */
!   int s_n;
  #else
!   t_float *s_vec;
    int      s_n;
  #endif
--- 703,709 ----
  #ifdef PD_PLUSPLUS_FACE
    t_float *v;   /* here we hold the resampled data */
!   int n;
  #else
!   t_float *vec;
    int      s_n;
  #endif





More information about the Pd-cvs mailing list