Update of /cvsroot/pure-data/externals/ggee/experimental In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10289/experimental
Modified Files: fofsynth~.c Log Message: compilation of fofsynth
Index: fofsynth~.c =================================================================== RCS file: /cvsroot/pure-data/externals/ggee/experimental/fofsynth~.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** fofsynth~.c 14 Nov 2005 21:59:08 -0000 1.2 --- fofsynth~.c 1 Jun 2006 06:53:39 -0000 1.3 *************** *** 20,24 **** --- 20,27 ---- #define PD_PI 3.14159
+ + #if PD_MINOR_VERSION < 38 static float* cos_table; + #endif static float* halfcos_table; static float* exp_table;