CVS: setedit/include loadshl.h,1.5,1.6
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2009-02-26 17:35:23
|
Update of /cvsroot/setedit/setedit/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22920/include Modified Files: loadshl.h Log Message: * Modified: [loadshl.h loadshl.cc pathtool.cc debug.cc] New gcc versions are much more strict about the use of string constants. * Added: [txhgen.cc] Safe abort suggested by gcc 4.3. Index: loadshl.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/loadshl.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** loadshl.h 25 Feb 2009 16:11:31 -0000 1.5 --- loadshl.h 26 Feb 2009 17:35:18 -0000 1.6 *************** *** 29,33 **** extern void UnLoadSyntaxHighLightFile(strSHL *&hl, TStringCollection *list,int &Cant); extern const char *SHLNameOf(unsigned number); ! extern int SHLNumberOf(char *name); class TCEditor; extern char *SHLConstructEmacsModeComment(TCEditor &e, int &sizeSt, int &sizeEnd); --- 29,33 ---- extern void UnLoadSyntaxHighLightFile(strSHL *&hl, TStringCollection *list,int &Cant); extern const char *SHLNameOf(unsigned number); ! extern int SHLNumberOf(const char *name); class TCEditor; extern char *SHLConstructEmacsModeComment(TCEditor &e, int &sizeSt, int &sizeEnd); |