From 71d40e1dd0db29c3755f334adb6829aa081ec061 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 14 Dec 2005 00:32:05 +0000 Subject: more MinGW fixes svn path=/trunk/externals/motex/; revision=4204 --- rec2pol~.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rec2pol~.c b/rec2pol~.c index 3df03c4..a786265 100644 --- a/rec2pol~.c +++ b/rec2pol~.c @@ -46,7 +46,7 @@ static void *rec2pol_new(t_symbol *s, int argc, t_atom *argv) return (x); } -t_int *sigsqrt_perform(t_int *w); +/* t_int *sigsqrt_perform(t_int *w); */ static t_int *rec2pol_perform8(t_int *w) @@ -113,7 +113,7 @@ static void rec2pol_dsp(t_rec2pol *x, t_signal **sp) dsp_add(rec2pol_perform, 5, in1, in2, out1, out2, n); else dsp_add(rec2pol_perform8, 5, in1, in2, out1, out2, n); - dsp_add(sigsqrt_perform, 3, out2, out2, n); +/* dsp_add(sigsqrt_perform, 3, out2, out2, n); */ } -- cgit v1.2.1