summaryrefslogtreecommitdiff
path: root/ace/config-g++-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-g++-common.h')
-rw-r--r--ace/config-g++-common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/config-g++-common.h b/ace/config-g++-common.h
index 7464876215c..78f3c24c554 100644
--- a/ace/config-g++-common.h
+++ b/ace/config-g++-common.h
@@ -8,8 +8,7 @@
#ifndef ACE_GNUG_COMMON_H
#define ACE_GNUG_COMMON_H
-#if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 8) || \
- (defined (ACE_VXWORKS) && ACE_VXWORKS >= 0x540)
+#if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 8)
// egcs or g++ >= 2.8.0
# define ACE_HAS_ANSI_CASTS