Update of /cvsroot/pure-data/externals/iemlib/iemlib1/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29744/iemlib/iemlib1/src
Modified Files: iem_cot4~.c Log Message: union tabfudge_d instead tabfudge
Index: iem_cot4~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/iem_cot4~.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iem_cot4~.c 9 Dec 2006 01:57:26 -0000 1.1 --- iem_cot4~.c 24 Oct 2007 15:57:05 -0000 1.2 *************** *** 37,41 **** int normhipart; int32 mytfi; ! union tabfudge tf;
tf.tf_d = UNITBIT32; --- 37,41 ---- int normhipart; int32 mytfi; ! union tabfudge_d tf;
tf.tf_d = UNITBIT32; *************** *** 129,133 **** int i; t_float *fp, phase, fff, phsinc = 0.5*3.141592653 / ((t_float)COSTABSIZE); ! union tabfudge tf;
if(!iem_cot4_tilde_table_sin) --- 129,133 ---- int i; t_float *fp, phase, fff, phsinc = 0.5*3.141592653 / ((t_float)COSTABSIZE); ! union tabfudge_d tf;
if(!iem_cot4_tilde_table_sin)