|
From: Keiichiro O. <ur...@us...> - 2013-12-10 10:32:13
|
Update of /cvsroot/hts-engine/hts_engine_API/src/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17240/include Modified Files: HTS_engine.h Log Message: Change HTS_Boolean from int to char. Index: HTS_engine.h =================================================================== RCS file: /cvsroot/hts-engine/hts_engine_API/src/include/HTS_engine.h,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** HTS_engine.h 10 Dec 2013 10:31:29 -0000 1.39 --- HTS_engine.h 10 Dec 2013 10:32:10 -0000 1.40 *************** *** 60,64 **** /* common ---------------------------------------------------------- */ ! typedef int HTS_Boolean; #ifndef TRUE --- 60,64 ---- /* common ---------------------------------------------------------- */ ! typedef char HTS_Boolean; #ifndef TRUE |