From 8e2301664b68d89b936f67e06718ace7db027c79 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Thu, 1 Jun 2006 06:53:39 +0000 Subject: compilation of fofsynth svn path=/trunk/externals/ggee/; revision=5154 --- experimental/fofsynth~.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'experimental/fofsynth~.c') diff --git a/experimental/fofsynth~.c b/experimental/fofsynth~.c index 5a9de5b..44c18f0 100755 --- a/experimental/fofsynth~.c +++ b/experimental/fofsynth~.c @@ -19,7 +19,10 @@ void garray_usedindsp(t_garray *x); #define MAXGRAINS 1000 #define PD_PI 3.14159 + +#if PD_MINOR_VERSION < 38 static float* cos_table; +#endif static float* halfcos_table; static float* exp_table; -- cgit v1.2.1