diff options
Diffstat (limited to 'Source/kwsys/RegularExpression.hxx.in')
-rw-r--r-- | Source/kwsys/RegularExpression.hxx.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/RegularExpression.hxx.in b/Source/kwsys/RegularExpression.hxx.in index d0235d8..0bb700f 100644 --- a/Source/kwsys/RegularExpression.hxx.in +++ b/Source/kwsys/RegularExpression.hxx.in @@ -333,7 +333,7 @@ inline RegularExpression::RegularExpression (const std::string& s) */ inline RegularExpression::~RegularExpression () { -//#ifndef WIN32 +//#ifndef _WIN32 delete [] this->program; //#endif } @@ -396,7 +396,7 @@ inline bool RegularExpression::is_valid () const inline void RegularExpression::set_invalid () { -//#ifndef WIN32 +//#ifndef _WIN32 delete [] this->program; //#endif this->program = 0; |