summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-04-16 19:40:40 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-04-16 19:40:40 (GMT)
commit7155d1f68b5823d7b5eacdfbbb75eeca347bbfc1 (patch)
tree322a52250eb75f93750865876646b00abf6b9e1f /Source/cmStandardIncludes.h
parentf63e4a144c20ed04828e9a13e24f4d878a876576 (diff)
downloadCMake-7155d1f68b5823d7b5eacdfbbb75eeca347bbfc1.zip
CMake-7155d1f68b5823d7b5eacdfbbb75eeca347bbfc1.tar.gz
CMake-7155d1f68b5823d7b5eacdfbbb75eeca347bbfc1.tar.bz2
BUG: fix small compile issues on HP aCC
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 4664f46..1b13cbd 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -54,6 +54,7 @@
#ifdef CMAKE_NO_STD_NAMESPACE
#define std
+# define for if (false) { } else for
#endif