Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10559
Modified Files: Tag: impd_0_37 m_sched.c Log Message: unbreaking the impd cvs for linux/osx. rebreaking the impd cvs for win32. my fault, but not my problem. have a good night.
Index: m_sched.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_sched.c,v retrieving revision 1.1.1.2.2.7 retrieving revision 1.1.1.2.2.7.2.1 diff -C2 -d -r1.1.1.2.2.7 -r1.1.1.2.2.7.2.1 *** m_sched.c 14 Jan 2004 15:50:28 -0000 1.1.1.2.2.7 --- m_sched.c 26 Mar 2004 03:12:11 -0000 1.1.1.2.2.7.2.1 *************** *** 16,21 **** /* T.Grill - enable PD global thread locking - sys_lock, sys_unlock, sys_trylock functions */ #define THREAD_LOCKING - #include "pthread.h"
static int sys_quit; --- 16,25 ---- /* T.Grill - enable PD global thread locking - sys_lock, sys_unlock, sys_trylock functions */ #define THREAD_LOCKING
+ /* the next line for Linux and OSX */ + #include <pthread.h> + + /* the next line is the same for Losedows (win32) */ + /* #include "pthread.h" */
static int sys_quit;