summaryrefslogtreecommitdiff
path: root/ace/config-osf1-4.0.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 19:11:25 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 19:11:25 +0000
commit2d449278e22246bf8ad34727543279fba16035a4 (patch)
treeb87d5af06972086c78bbf4a9525f0f5c700d46a9 /ace/config-osf1-4.0.h
parent3b2b324da705a103c30f196e3ee25c03ba6fbf12 (diff)
downloadATCD-2d449278e22246bf8ad34727543279fba16035a4.tar.gz
added #define of ACE_NEW_THROWS_EXCEPTIONS, if exception handling is enabled.
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r--ace/config-osf1-4.0.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h
index b3296421f91..4d14605bc91 100644
--- a/ace/config-osf1-4.0.h
+++ b/ace/config-osf1-4.0.h
@@ -48,7 +48,10 @@
# define DEC_CXX
# if (__DECCXX_VER >= 60090010)
// DEC CXX 6.0 supports exceptions, etc., by default. Exceptions
- // are enabled by platform_osf1_4.0.GNU.
+ // are enabled by platform_osf1_4.0.GNU/wrapper_macros.GNU.
+# if defined (ACE_HAS_EXCEPTIONS)
+# define ACE_NEW_THROWS_EXCEPTIONS
+# endif /* ACE_HAS_EXCEPTIONS */
# define ACE_HAS_ANSI_CASTS
# if !defined (__RTTI)
# define ACE_LACKS_RTTI