[PD-cvs] pd/src m_sched.c,1.5.4.30,1.5.4.31

Thomas Grill xovo at users.sourceforge.net
Fri May 13 17:54:43 CEST 2005


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

Modified Files:
      Tag: devel_0_38
	m_sched.c 
Log Message:
fixes for clean compilation

Index: m_sched.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_sched.c,v
retrieving revision 1.5.4.30
retrieving revision 1.5.4.31
diff -C2 -d -r1.5.4.30 -r1.5.4.31
*** m_sched.c	13 May 2005 15:31:22 -0000	1.5.4.30
--- m_sched.c	13 May 2005 15:54:40 -0000	1.5.4.31
***************
*** 572,575 ****
--- 572,576 ----
  	/* todo: find a clean solution */
  	sys_lock();
+     return 0;
  #endif
  }
***************
*** 581,585 ****
  void sys_unlock(void) {}
  int sys_trylock(void) {}
! int sys_timedlock(int microsec) {}
  
  #endif
--- 582,586 ----
  void sys_unlock(void) {}
  int sys_trylock(void) {}
! int sys_timedlock(int microsec) { return 0; }
  
  #endif





More information about the Pd-cvs mailing list