summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/RegularExpression.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-29 18:29:42 (GMT)
committerBrad King <brad.king@kitware.com>2016-03-29 18:29:42 (GMT)
commitdc333a7115a43e4e97a2ff3ba269a39526598f88 (patch)
tree211bc3668cc319eed3ef361f370255d985796908 /Source/kwsys/RegularExpression.cxx
parent90f24f016e93d18f6a244b39fd21c68355bdbe48 (diff)
parent735c41ddb021a5ca0e8957591447acdb28a0f41b (diff)
downloadCMake-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.cxx')
-rw-r--r--Source/kwsys/RegularExpression.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/RegularExpression.cxx b/Source/kwsys/RegularExpression.cxx
index 598e7ca..22593b4 100644
--- a/Source/kwsys/RegularExpression.cxx
+++ b/Source/kwsys/RegularExpression.cxx
@@ -376,7 +376,7 @@ bool RegularExpression::compile (const char* exp) {
}
// Allocate space.
-//#ifndef WIN32
+//#ifndef _WIN32
if (this->program != 0) delete [] this->program;
//#endif
this->program = new char[regsize];