diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-14 00:32:05 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-14 00:32:05 +0000 |
commit | 71d40e1dd0db29c3755f334adb6829aa081ec061 (patch) | |
tree | e5f12a0102153c8e0291cb17a2f7e7fa04329cfd | |
parent | 74f532a86c1ef251a86f610433e65e0fe11c1b1e (diff) |
more MinGW fixes
svn path=/trunk/externals/motex/; revision=4204
-rw-r--r-- | rec2pol~.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); */ } |