summaryrefslogtreecommitdiff
path: root/ace/IOStream.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-05 15:34:04 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-05 15:34:04 +0000
commit870496e0bb3be6fb8462544a3313ada7f3519313 (patch)
tree108c9ff542a6221f3b0df9d993b48d8a58c787bf /ace/IOStream.cpp
parent2ead43206581eb889d1f0c527074d07cd1c13fdc (diff)
downloadATCD-870496e0bb3be6fb8462544a3313ada7f3519313.tar.gz
fixed "#define ACE_IOSTREAM_C" to keep g++ sane
Diffstat (limited to 'ace/IOStream.cpp')
-rw-r--r--ace/IOStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/IOStream.cpp b/ace/IOStream.cpp
index 69b50bb36de..01b3a8d3e8d 100644
--- a/ace/IOStream.cpp
+++ b/ace/IOStream.cpp
@@ -1,7 +1,7 @@
// IOStream.cpp
// $Id$
#if !defined (ACE_IOSTREAM_C)
-#define ACE_MAP_IOSTREAM_C
+#define ACE_IOSTREAM_C
#define ACE_BUILD_DLL
#include "ace/IOStream.h"