From 7d6eb54cf09a1895628e2f6c3c5d304529e6f3e5 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 30 Jan 2002 11:23:07 -0500 Subject: ENH: fix for dec compiler, they still do not have the correct ansi stream library --- Source/cmStandardIncludes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12