summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-01-30 16:23:07 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-01-30 16:23:07 (GMT)
commit7d6eb54cf09a1895628e2f6c3c5d304529e6f3e5 (patch)
tree1ad4d1a382be8a8a892a3ac386753fcfac499e2b /Source/cmStandardIncludes.h
parent0bdd309fe0f2269176f3912fecbca185048b9495 (diff)
downloadCMake-7d6eb54cf09a1895628e2f6c3c5d304529e6f3e5.zip
CMake-7d6eb54cf09a1895628e2f6c3c5d304529e6f3e5.tar.gz
CMake-7d6eb54cf09a1895628e2f6c3c5d304529e6f3e5.tar.bz2
ENH: fix for dec compiler, they still do not have the correct ansi stream library
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index f746a42..05505da 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -83,7 +83,7 @@
#endif
#ifdef __DECCXX_VER
-# if __DECCXX_VER <= 60390002
+# if __DECCXX_VER <= 60390008
# define CM_HAS_STD_BUT_NOT_FOR_IOSTREAM
# endif
#endif