Update of /cvsroot/pure-data/externals/miXed/shared/sickle In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4606/shared/sickle
Modified Files: sic.c Log Message: restricted debug garbage to krzYszcz, few fixes in toxy
Index: sic.c =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/shared/sickle/sic.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sic.c 23 May 2003 12:29:53 -0000 1.1.1.1 --- sic.c 10 Dec 2004 20:47:04 -0000 1.2 *************** *** 11,15 **** --- 11,17 ---- #include "sickle/sic.h"
+ #ifdef KRZYSZCZ //#define SIC_DEBUG + #endif
#if defined(NT) || defined(MACOSX) *************** *** 59,64 **** break; #ifdef SIC_DEBUG ! post("request for a costable of %d points (effective %d, ndx %d)", ! *sizep, sz, ndx); #endif *sizep = sz; --- 61,67 ---- break; #ifdef SIC_DEBUG ! fprintf(stderr, ! "request for a costable of %d points (effective %d, ndx %d)\n", ! *sizep, sz, ndx); #endif *sizep = sz; *************** *** 75,79 **** { #ifdef SIC_DEBUG ! post("got %d points of a costable", cnt); #endif while (cnt--) --- 78,82 ---- { #ifdef SIC_DEBUG ! fprintf(stderr, "got %d points of a costable\n", cnt); #endif while (cnt--)