[PD-cvs] pd/src m_fifo.c,1.1.2.2,1.1.2.3

Thomas Grill xovo at users.sourceforge.net
Sat Dec 11 11:34:57 CET 2004


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

Modified Files:
      Tag: devel_0_38
	m_fifo.c 
Log Message:
fixed argument type mismatch

Index: m_fifo.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_fifo.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** m_fifo.c	2 Dec 2004 19:19:53 -0000	1.1.2.2
--- m_fifo.c	11 Dec 2004 10:34:55 -0000	1.1.2.3
***************
*** 62,66 ****
  }
  
! __inline int CAS2(void** mem, void* old1, void* old2, void* new1, void* new2)
  {
  	__asm {
--- 62,66 ----
  }
  
! __inline int CAS2(void** mem, void* old1, unsigned long old2, void* new1, unsigned long new2)
  {
  	__asm {





More information about the Pd-cvs mailing list