From: Keiichiro O. <ur...@us...> - 2015-12-14 01:14:53
|
Update of /cvsroot/sp-tk/SPTK/src/bin/ndps2c In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20991/src/bin/ndps2c Modified Files: _ndps2c.c ndps2c.c Log Message: update comments to 3.5 and format them by using indent -kr -nut -i 3 -l 30 Index: ndps2c.c =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/bin/ndps2c/ndps2c.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ndps2c.c 27 Feb 2014 09:45:45 -0000 1.1 --- ndps2c.c 14 Dec 2015 01:14:20 -0000 1.2 *************** *** 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 */ /* */ *************** *** 71,80 **** #ifdef HAVE_STRING_H ! # include <string.h> #else ! # include <strings.h> ! # ifndef HAVE_STRRCHR ! # define strrchr rindex ! # endif #endif --- 71,80 ---- #ifdef HAVE_STRING_H ! #include <string.h> #else ! #include <strings.h> ! #ifndef HAVE_STRRCHR ! #define strrchr rindex ! #endif #endif *************** *** 83,89 **** #if defined(WIN32) ! # include "SPTK.h" #else ! # include <SPTK.h> #endif --- 83,89 ---- #if defined(WIN32) ! #include "SPTK.h" #else ! #include <SPTK.h> #endif Index: _ndps2c.c =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/bin/ndps2c/_ndps2c.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** _ndps2c.c 30 Jun 2014 07:27:34 -0000 1.2 --- _ndps2c.c 14 Dec 2015 01:14:20 -0000 1.3 *************** *** 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 */ /* */ *************** *** 62,68 **** #if defined(WIN32) ! # include "SPTK.h" #else ! # include <SPTK.h> #endif --- 62,68 ---- #if defined(WIN32) ! #include "SPTK.h" #else ! #include <SPTK.h> #endif |