From 5af9cc14b70f907f0d10a75aa28ad04bbd65ec0d Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 10 Dec 2004 20:47:06 +0000 Subject: restricted debug garbage to krzYszcz, few fixes in toxy svn path=/trunk/externals/miXed/; revision=2364 --- shared/sickle/sic.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'shared/sickle/sic.c') diff --git a/shared/sickle/sic.c b/shared/sickle/sic.c index 003120e..4557c4b 100644 --- a/shared/sickle/sic.c +++ b/shared/sickle/sic.c @@ -10,7 +10,9 @@ #include "common/loud.h" #include "sickle/sic.h" +#ifdef KRZYSZCZ //#define SIC_DEBUG +#endif #if defined(NT) || defined(MACOSX) /* cf pd/src/x_arithmetic.c */ @@ -58,8 +60,9 @@ t_float *sic_makecostable(int *sizep) if (sz >= *sizep) break; #ifdef SIC_DEBUG - post("request for a costable of %d points (effective %d, ndx %d)", - *sizep, sz, ndx); + fprintf(stderr, + "request for a costable of %d points (effective %d, ndx %d)\n", + *sizep, sz, ndx); #endif *sizep = sz; if (sic_costables[ndx]) @@ -74,7 +77,7 @@ t_float *sic_makecostable(int *sizep) if (table) { #ifdef SIC_DEBUG - post("got %d points of a costable", cnt); + fprintf(stderr, "got %d points of a costable\n", cnt); #endif while (cnt--) { -- cgit v1.2.1