2 ===================================================================
3 --- g_array.c (revision 9700)
4 +++ g_array.c (working copy)
7 static void garray_sinesum(t_garray *x, t_symbol *s, int argc, t_atom *argv)
9 - t_float *svec = (t_float *)t_getbytes(sizeof(t_float) * argc);
16 static void garray_cosinesum(t_garray *x, t_symbol *s, int argc, t_atom *argv)
18 - t_float *svec = (t_float *)t_getbytes(sizeof(t_float) * argc);