Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5210
Modified Files: dirac~.c Log Message: w32 doesn't like zero_perf8 sincie it is not exported by pd
Index: dirac~.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/dirac~.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dirac~.c 12 Sep 2005 07:16:09 -0000 1.3 --- dirac~.c 23 Oct 2005 19:54:59 -0000 1.4 *************** *** 84,88 **** --- 84,98 ---- t_int do_it = x->do_it;
+ #ifndef __WIN32__ + /* LATER: investigate the occurence of zero_perf8() */ + /* it seems, like pd has the symbol zero_perf8(), + * but it is not exported by m_pd.h: + * so linux can use it, but w32 not + * have to tell miller about that + */ zero_perf8(w+1); + #else + zero_perform(w+1); + #endif
if (do_it >= n)