summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-28 15:42:24 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-28 15:42:24 (GMT)
commitd1b419b7beb3dbcc8b999eadd990972b76311373 (patch)
tree411b00eeb13bd2cdcc921fe9af9dd6685062abd0 /Source/cmStandardIncludes.h
parenta5349a79c3ecea2e19125e1c7bdad7fd4dc30220 (diff)
downloadCMake-d1b419b7beb3dbcc8b999eadd990972b76311373.zip
CMake-d1b419b7beb3dbcc8b999eadd990972b76311373.tar.gz
CMake-d1b419b7beb3dbcc8b999eadd990972b76311373.tar.bz2
fix for scope on hp
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 e6b1eaf..a34df57 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -84,6 +84,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifdef CMAKE_NO_STD_NAMESPACE
#define std
+#define for if(false) {} else for
#endif