summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_zlib.h
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2014-12-11 18:10:03 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-11 18:53:06 (GMT)
commit111be1801fcf50412e702be2d5966dbf52926b94 (patch)
tree8bb76dc144ec0b5190f9992fc69af59943eaa699 /Utilities/cm_zlib.h
parent3171fe0afa7169c1e814a5c0e08b115002f0d3c3 (diff)
downloadCMake-111be1801fcf50412e702be2d5966dbf52926b94.zip
CMake-111be1801fcf50412e702be2d5966dbf52926b94.tar.gz
CMake-111be1801fcf50412e702be2d5966dbf52926b94.tar.bz2
Rename header guards to not start with double underscore
Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand.
Diffstat (limited to 'Utilities/cm_zlib.h')
-rw-r--r--Utilities/cm_zlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cm_zlib.h b/Utilities/cm_zlib.h
index fb5832e..1b5c06e 100644
--- a/Utilities/cm_zlib.h
+++ b/Utilities/cm_zlib.h
@@ -9,8 +9,8 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information.
============================================================================*/
-#ifndef __cm_zlib_h
-#define __cm_zlib_h
+#ifndef cm_zlib_h
+#define cm_zlib_h
/* Use the zlib library configured for CMake. */
#include "cmThirdParty.h"