diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-09-07 15:47:09 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-09-07 15:47:09 +0000 |
commit | 0e8118e056d333676ab0839b34cf8779785a72d4 (patch) | |
tree | a36c9376244e62fd0b83c43126bb5eb9c0a1a6e7 /ace | |
parent | a60d4c9b42de8d032e3093d383d34675de90dc54 (diff) | |
download | ATCD-0e8118e056d333676ab0839b34cf8779785a72d4.tar.gz |
ChangeLogTag:Thu Sep 07 11:16:36 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-sunos5.5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 9d80a32857e..0e9c5da4d0f 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -46,7 +46,7 @@ // See /opt/SUNWspro_5.0/SC5.0/include/CC/stdcomp.h: # define _RWSTD_NO_EXCEPTIONS 1 # endif /* ! ACE_HAS_EXCEPTIONS */ -# elif (__SUNPRO_CC == 0x420) +# elif (__SUNPRO_CC == 0x420) || (__SUNPRO_CC == 0x410) # define ACE_LACKS_PLACEMENT_OPERATOR_DELETE # endif /* __SUNPRO_CC >= 0x500 */ # endif /* __SUNPRO_CC >= 0x420 */ |