[PD-cvs] pd/src m_fifo.c,1.1.2.14.2.2,1.1.2.14.2.3

Tim Blechmann timblech at users.sourceforge.net
Tue May 23 16:27:47 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_fifo.c 
Log Message:
fifo ppc fix (thanks to dpro)

Index: m_fifo.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_fifo.c,v
retrieving revision 1.1.2.14.2.2
retrieving revision 1.1.2.14.2.3
diff -C2 -d -r1.1.2.14.2.2 -r1.1.2.14.2.3
*** m_fifo.c	4 Oct 2005 16:42:33 -0000	1.1.2.14.2.2
--- m_fifo.c	23 May 2006 14:27:44 -0000	1.1.2.14.2.3
***************
*** 120,124 ****
  
  /* 
!    lockfree fifo adapted from the midishare: Copyright © Grame 1999
     Grame Research Laboratory, 9, rue du Garet 69001 Lyon - France
     grame at rd.grame.fr
--- 120,124 ----
  
  /* 
!    lockfree fifo adapted from the midishare: Copyright � Grame 1999
     Grame Research Laboratory, 9, rue du Garet 69001 Lyon - France
     grame at rd.grame.fr
***************
*** 158,162 ****
  #endif
  
! #if defined(__GNUC__) && defined(__POWERPC__)
  
  static void* lifo_pop(t_lifo* lifo)
--- 158,162 ----
  #endif
  
! #if defined(__GNUC__) && defined(__PPC__)
  
  static void* lifo_pop(t_lifo* lifo)





More information about the Pd-cvs mailing list