[PD-cvs] pd/src x_time.c,1.2.8.3,1.2.8.3.2.1

Mathieu Bouchard matju at users.sourceforge.net
Wed Jan 3 05:01:53 CET 2007


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

Modified Files:
      Tag: desiredata
	x_time.c 
Log Message:
small fix so that [pipe] compiles again


Index: x_time.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/x_time.c,v
retrieving revision 1.2.8.3
retrieving revision 1.2.8.3.2.1
diff -C2 -d -r1.2.8.3 -r1.2.8.3.2.1
*** x_time.c	30 Nov 2005 13:36:58 -0000	1.2.8.3
--- x_time.c	3 Jan 2007 04:01:51 -0000	1.2.8.3.2.1
***************
*** 5,10 ****
  /* clock objects */
  
! #include "m_pd.h"
  #include <stdio.h>
  /* -------------------------- delay ------------------------------ */
  static t_class *delay_class;
--- 5,11 ----
  /* clock objects */
  
! #include "desire.h"
  #include <stdio.h>
+ 
  /* -------------------------- delay ------------------------------ */
  static t_class *delay_class;





More information about the Pd-cvs mailing list