summaryrefslogtreecommitdiff
path: root/ace/IOStream.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-09 17:12:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-09 17:12:10 +0000
commit1714e0c9d60de81f18a56714504fa4016ee9f6b6 (patch)
tree83bc8127f1690754e216027fb54a6629acf309ba /ace/IOStream.h
parentd2782d97bbcdb9a714720f4fe7f8860cd35b2300 (diff)
downloadATCD-1714e0c9d60de81f18a56714504fa4016ee9f6b6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r--ace/IOStream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h
index 11cf840bfa9..e20f8d79d15 100644
--- a/ace/IOStream.h
+++ b/ace/IOStream.h
@@ -94,9 +94,9 @@ typedef String ACE_IOStream_String;
#if defined (ACE_HAS_STRING_CLASS)
-#if defined (__alpha)
+#if defined (DIGITAL_UNIX) && defined (DEC_CXX)
#include <stl_macros>
-#endif /* __alpha */
+#endif /* DIGITAL_UNIX && DEC_CXX */
class QuotedString : public ACE_IOStream_String
{