소스 검색

hide old function defs in mxfft.c

richarddobson 4 달 전
부모
커밋
d4ee23d001
4개의 변경된 파일13개의 추가작업 그리고 13개의 파일을 삭제
  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 <math.h>           /*RWD*/
 
-int fft_(),fftmx(),reals_();
+// int fft_(),fftmx(),reals_();
 
 /*
  *-----------------------------------------------------------------------

+ 4 - 4
dev/misc/mxfft.c

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