summaryrefslogtreecommitdiff
path: root/ACE/ace/ACE_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/ACE_export.h')
-rw-r--r--ACE/ace/ACE_export.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/ACE_export.h b/ACE/ace/ACE_export.h
index a988b143427..0261c704c68 100644
--- a/ACE/ace/ACE_export.h
+++ b/ACE/ace/ACE_export.h
@@ -53,9 +53,7 @@
#if defined (__ACE_INLINE__)
# if defined (_MSC_VER) || defined (__MINGW32__) || defined (CYGWIN32) || \
(defined (__SUNPRO_CC) && __SUNPRO_CC >= 0x560) || \
- (defined (__HP_aCC) && (__HP_aCC >= 60500)) || \
- (defined (__sgi) && \
- defined (_COMPILER_VERSION) && _COMPILER_VERSION <= 730)
+ (defined (__HP_aCC) && (__HP_aCC >= 60500))
# define ACE_NAMESPACE_INLINE_FUNCTION inline
# else
# define ACE_NAMESPACE_INLINE_FUNCTION ACE_NAMESPACE_STORAGE_CLASS inline