summaryrefslogtreecommitdiff
path: root/ace/Malloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc.cpp')
-rw-r--r--ace/Malloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc.cpp b/ace/Malloc.cpp
index 9985ec74849..b0ff605f368 100644
--- a/ace/Malloc.cpp
+++ b/ace/Malloc.cpp
@@ -138,7 +138,7 @@ void
ACE_Control_Block::ACE_Name_Node::name (const char *)
{
#if !defined (ACE_PSOS)
- ACE_ASSERT (!"not implemented!");
+ ACE_ASSERT (0 == "not implemented!");
#endif /* ! ACE_PSOS */
}