summaryrefslogtreecommitdiff
path: root/ace/config-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-all.h')
-rw-r--r--ace/config-all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index 77ec2510075..5266c83f42e 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -246,7 +246,7 @@
// *_cast<> operators
// ============================================================================
-# if defined (ACE_HAS_ANSI_CASTS) && ACE_HAS_ANSI_CASTS != 0
+# if defined (ACE_HAS_ANSI_CASTS)
# define ACE_sap_any_cast(TYPE) reinterpret_cast<TYPE> (const_cast<ACE_Addr &> (ACE_Addr::sap_any))