diff options
author | Brad King <brad.king@kitware.com> | 2016-03-29 18:29:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-03-29 18:29:42 (GMT) |
commit | dc333a7115a43e4e97a2ff3ba269a39526598f88 (patch) | |
tree | 211bc3668cc319eed3ef361f370255d985796908 /Source/kwsys/RegularExpression.hxx.in | |
parent | 90f24f016e93d18f6a244b39fd21c68355bdbe48 (diff) | |
parent | 735c41ddb021a5ca0e8957591447acdb28a0f41b (diff) | |
download | CMake-dc333a7115a43e4e97a2ff3ba269a39526598f88.zip CMake-dc333a7115a43e4e97a2ff3ba269a39526598f88.tar.gz CMake-dc333a7115a43e4e97a2ff3ba269a39526598f88.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2016-03-29 (b51abb30)
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; |