[PD-cvs] pd/src m_pd.h,1.4.4.11,1.4.4.11.2.1

Tim Blechmann timblech at users.sourceforge.net
Sun May 22 14:52:13 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	m_pd.h 
Log Message:
upgrading to 0.39-test2


Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.4.4.11
retrieving revision 1.4.4.11.2.1
diff -C2 -d -r1.4.4.11 -r1.4.4.11.2.1
*** m_pd.h	2 May 2005 07:39:49 -0000	1.4.4.11
--- m_pd.h	22 May 2005 12:52:10 -0000	1.4.4.11.2.1
***************
*** 10,14 ****
  
  #define PD_MAJOR_VERSION 0
! #define PD_MINOR_VERSION 38   
  
  #define PD_DEVEL_VERSION 1  /* T.Grill - mark for devel branch */
--- 10,14 ----
  
  #define PD_MAJOR_VERSION 0
! #define PD_MINOR_VERSION 39
  
  #define PD_DEVEL_VERSION 1  /* T.Grill - mark for devel branch */
***************
*** 351,354 ****
--- 351,355 ----
  EXTERN t_inlet *floatinlet_new(t_object *owner, t_float *fp);
  EXTERN t_inlet *symbolinlet_new(t_object *owner, t_symbol **sp);
+ EXTERN t_inlet *signalinlet_new(t_object *owner, t_float f);
  EXTERN void inlet_free(t_inlet *x);
  EXTERN void class_settip(t_class *x,t_symbol* s);
***************
*** 474,478 ****
  
  
! /* ------------  threading ------------------- */
  /* T.Grill - see m_sched.c */
   
--- 475,479 ----
  
  
! /* ------------  threading ------------------- */ 
  /* T.Grill - see m_sched.c */
   
***************
*** 511,514 ****
--- 512,516 ----
   * for (n % 8) != 0
   */
+ EXTERN t_int *plus_perform(t_int *args);
  EXTERN t_int *zero_perform(t_int *args);
  EXTERN t_int *copy_perform(t_int *args);





More information about the Pd-cvs mailing list