From a346d52dfffc44999d3f10226642f7baa9c5463b Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sun, 28 Nov 2004 21:20:43 +0000 Subject: unified "array" and "struct array" code. Vast changes to "g_array.c" and "g_template.c", and many smaller changes to various files. Not yet well tested. svn path=/trunk/; revision=2341 --- pd/src/d_arithmetic.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pd/src/d_arithmetic.c') diff --git a/pd/src/d_arithmetic.c b/pd/src/d_arithmetic.c index 47eb25c5..adbcfb15 100644 --- a/pd/src/d_arithmetic.c +++ b/pd/src/d_arithmetic.c @@ -482,7 +482,6 @@ t_int *over_perf8(t_int *w) return (w+5); } -/* T.Grill - added check for zero */ t_int *scalarover_perform(t_int *w) { t_float *in = (t_float *)(w[1]); -- cgit v1.2.1