Browse Source

hide old function defs in mxfft.c

richarddobson 4 months ago
parent
commit
d4ee23d001
4 changed files with 13 additions and 13 deletions
  1. 1 1
      dev/externals/paprogs/pvplay/mxfft.c
  2. 4 4
      dev/misc/mxfft.c
  3. 4 4
      dev/pv/mxfft.c
  4. 4 4
      dev/synth/mxfft.c

+ 1 - 1
dev/externals/paprogs/pvplay/mxfft.c

@@ -31,7 +31,7 @@
 #include <pvoc.h>
 #include <pvoc.h>
 #include <math.h>           /*RWD*/
 #include <math.h>           /*RWD*/
 
 
-int fft_(),fftmx(),reals_();
+// int fft_(),fftmx(),reals_();
 
 
 /*
 /*
  *-----------------------------------------------------------------------
  *-----------------------------------------------------------------------

+ 4 - 4
dev/misc/mxfft.c

@@ -21,9 +21,9 @@
     02111-1307 USA
     02111-1307 USA
  *
  *
  */
  */
-
-
-
+
+
+
 #include <stdio.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdlib.h>
 #include <structures.h>
 #include <structures.h>
@@ -31,7 +31,7 @@
 #include <pvoc.h>
 #include <pvoc.h>
 #include <math.h>			/*RWD*/
 #include <math.h>			/*RWD*/
 
 
-int fft_(),fftmx(),reals_();
+// int fft_(),fftmx(),reals_();
 
 
 /*
 /*
  *-----------------------------------------------------------------------
  *-----------------------------------------------------------------------

+ 4 - 4
dev/pv/mxfft.c

@@ -21,9 +21,9 @@
     02111-1307 USA
     02111-1307 USA
  *
  *
  */
  */
-
-
-
+
+
+
 #include <stdio.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdlib.h>
 #include <structures.h>
 #include <structures.h>
@@ -31,7 +31,7 @@
 #include <pvoc.h>
 #include <pvoc.h>
 #include <math.h>			/*RWD*/
 #include <math.h>			/*RWD*/
 
 
-int fft_(),fftmx(),reals_();
+// int fft_(),fftmx(),reals_();
 
 
 /*
 /*
  *-----------------------------------------------------------------------
  *-----------------------------------------------------------------------

+ 4 - 4
dev/synth/mxfft.c

@@ -21,9 +21,9 @@
     02111-1307 USA
     02111-1307 USA
  *
  *
  */
  */
-
-
-
+
+
+
 #include <stdio.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdlib.h>
 #include <structures.h>
 #include <structures.h>
@@ -31,7 +31,7 @@
 #include <pvoc.h>
 #include <pvoc.h>
 #include <math.h>			/*RWD*/
 #include <math.h>			/*RWD*/
 
 
-int fft_(),fftmx(),reals_();
+// int fft_(),fftmx(),reals_();
 
 
 /*
 /*
  *-----------------------------------------------------------------------
  *-----------------------------------------------------------------------