Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1326
Modified Files: Tag: devel_0_38 m_fifo.c Log Message: should compile on ppc
Index: m_fifo.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/m_fifo.c,v retrieving revision 1.1.2.9 retrieving revision 1.1.2.10 diff -C2 -d -r1.1.2.9 -r1.1.2.10 *** m_fifo.c 18 Jan 2005 19:37:49 -0000 1.1.2.9 --- m_fifo.c 22 Jan 2005 20:28:22 -0000 1.1.2.10 *************** *** 138,147 **** ret; \ }) ! ! #else ! ! #error Lockfree Fifo not yet implemented on this platform ! ! #endif
struct _fifo --- 138,142 ---- ret; \ }) ! #endif /* LOCKFREE */
struct _fifo