From: Keiichiro O. <ur...@us...> - 2015-12-14 01:14:44
|
Update of /cvsroot/sp-tk/SPTK/src/bin/c2sp In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20991/src/bin/c2sp Modified Files: _c2sp.c c2sp.c Log Message: update comments to 3.5 and format them by using indent -kr -nut -i 3 -l 30 Index: c2sp.c =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/bin/c2sp/c2sp.c,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** c2sp.c 11 Dec 2014 08:30:32 -0000 1.25 --- c2sp.c 14 Dec 2015 01:14:12 -0000 1.26 *************** *** 9,13 **** /* Science and Engineering */ /* */ ! /* 1996-2014 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ --- 9,13 ---- /* Science and Engineering */ /* */ ! /* 1996-2015 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ *************** *** 83,92 **** #ifdef HAVE_STRING_H ! # include <string.h> #else ! # include <strings.h> ! # ifndef HAVE_STRRCHR ! # define strrchr rindex ! # endif #endif --- 83,92 ---- #ifdef HAVE_STRING_H ! #include <string.h> #else ! #include <strings.h> ! #ifndef HAVE_STRRCHR ! #define strrchr rindex ! #endif #endif *************** *** 94,100 **** #if defined(WIN32) ! # include "SPTK.h" #else ! # include <SPTK.h> #endif --- 94,100 ---- #if defined(WIN32) ! #include "SPTK.h" #else ! #include <SPTK.h> #endif Index: _c2sp.c =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/bin/c2sp/_c2sp.c,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** _c2sp.c 11 Dec 2014 08:30:32 -0000 1.15 --- _c2sp.c 14 Dec 2015 01:14:12 -0000 1.16 *************** *** 9,13 **** /* Science and Engineering */ /* */ ! /* 1996-2014 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ --- 9,13 ---- /* Science and Engineering */ /* */ ! /* 1996-2015 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ *************** *** 61,67 **** #if defined(WIN32) ! # include "SPTK.h" #else ! # include <SPTK.h> #endif --- 61,67 ---- #if defined(WIN32) ! #include "SPTK.h" #else ! #include <SPTK.h> #endif |