From c5c5462fbb178b65ab3a2a2a2b3e2a99d5458c9e Mon Sep 17 00:00:00 2001 From: irfan Date: Wed, 3 Dec 1997 07:13:38 +0000 Subject: *** empty log message *** --- ace/IOStream_T.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/IOStream_T.cpp') diff --git a/ace/IOStream_T.cpp b/ace/IOStream_T.cpp index be58c574282..c18285f4331 100644 --- a/ace/IOStream_T.cpp +++ b/ace/IOStream_T.cpp @@ -7,7 +7,7 @@ #include "ace/config.h" #if !defined (ACE_LACKS_ACE_IOSTREAM) -#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION) && defined (__GNUG__) +#if defined (__GNUG__) # if !defined (ACE_IOSTREAM_T_H) // _Only_ define this when compiling this .cpp file standalone, not // when instantiating templates. Its purpose is to provide something @@ -19,7 +19,7 @@ // declared in the iostream.h header file. int ACE_IOStream_global_of_builtin_type_to_avoid_munch_problems = 0; # endif /* ! ACE_IOSTREAM_T_H */ -#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION && defined (__GNUG__) */ +#endif /* __GNUG__ */ #define ACE_BUILD_DLL #include "ace/IOStream_T.h" -- cgit v1.2.1