summaryrefslogtreecommitdiff
path: root/ace/IOStream_T.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-03 07:13:38 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-03 07:13:38 +0000
commitd25880e1c534efcb66d9513cc481f37f4fcfe942 (patch)
tree4749af403b3bf68a246a903fad2838e6ae8caae4 /ace/IOStream_T.cpp
parent582f69407caa222ce5d4a66dccbb4cedbc93eade (diff)
downloadATCD-d25880e1c534efcb66d9513cc481f37f4fcfe942.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/IOStream_T.cpp')
-rw-r--r--ace/IOStream_T.cpp4
1 files changed, 2 insertions, 2 deletions
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"