From: Shikano M. <sh...@us...> - 2015-12-16 07:05:09
|
Update of /cvsroot/sp-tk/SPTK/src/bin/fftcep In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27731 Modified Files: _fftcep.c Log Message: change of storage class Index: _fftcep.c =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/bin/fftcep/_fftcep.c,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** _fftcep.c 14 Dec 2015 01:14:14 -0000 1.17 --- _fftcep.c 16 Dec 2015 07:05:06 -0000 1.18 *************** *** 74,78 **** double temp; static double *x = NULL, *y; ! int k, size = flng; if (x == NULL) { --- 74,79 ---- double temp; static double *x = NULL, *y; ! static double size; ! int k; if (x == NULL) { |