diff options
author | Steve Huston <shuston@riverace.com> | 2006-02-22 19:15:40 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2006-02-22 19:15:40 +0000 |
commit | 94a73940d6b1082673d42593c16b7ab52612ceb6 (patch) | |
tree | 37416c47756e88b85c2df983471459ddc63dc5e6 /ace | |
parent | a8d567ab5c0616158f42ed5d18ae8bfeed6806c7 (diff) | |
download | ATCD-94a73940d6b1082673d42593c16b7ab52612ceb6.tar.gz |
ChangeLogTag:Wed Feb 22 19:16:32 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/ACE_export.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/ACE_export.h b/ace/ACE_export.h index ac0722f3d90..d987b43c6a2 100644 --- a/ace/ACE_export.h +++ b/ace/ACE_export.h @@ -52,7 +52,8 @@ #if defined (__ACE_INLINE__) # if defined (_MSC_VER) || defined (__MINGW32__) || defined (CYGWIN32) || \ - (defined (__SUNPRO_CC) && __SUNPRO_CC >= 0x560) + (defined (__SUNPRO_CC) && __SUNPRO_CC >= 0x560) || \ + (defined (__HP_aCC) && (__HP_aCC >= 60500)) # define ACE_NAMESPACE_INLINE_FUNCTION inline # else # define ACE_NAMESPACE_INLINE_FUNCTION ACE_NAMESPACE_STORAGE_CLASS inline |