COMP:try to fix error on qnx-V3.3.5-gcc_ntox86.

This commit is contained in:
Francois Bertel 2009-03-19 10:03:36 -04:00
parent a638a2f8a0
commit c8f9ee6b74
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ private:
char regstart; // Internal use only char regstart; // Internal use only
char reganch; // Internal use only char reganch; // Internal use only
const char* regmust; // Internal use only const char* regmust; // Internal use only
size_t regmlen; // Internal use only kwsys_stl::string::size_type regmlen; // Internal use only
char* program; char* program;
int progsize; int progsize;
const char* searchstring; const char* searchstring;