summaryrefslogtreecommitdiff
path: root/ace/config-g++-common.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-13 22:51:30 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-13 22:51:30 +0000
commit43986e461cee4d2b7e6a940ef96bd4539e99eceb (patch)
tree7eebd8bbc8ad359909765adabc6ed3565be9b5f9 /ace/config-g++-common.h
parentcb6476965f6eea116ead332b2c33ae4a7601fbf9 (diff)
downloadATCD-43986e461cee4d2b7e6a940ef96bd4539e99eceb.tar.gz
Straightened out explicit destructor calling macros
Diffstat (limited to 'ace/config-g++-common.h')
-rw-r--r--ace/config-g++-common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/config-g++-common.h b/ace/config-g++-common.h
index 453eda39af5..9347a9e932c 100644
--- a/ace/config-g++-common.h
+++ b/ace/config-g++-common.h
@@ -27,11 +27,11 @@
# define ACE_HAS_TYPENAME_KEYWORD
# endif /* __GNUC__ >= 2.90 */
-# if __GNUC__ == 2 && __GNUC_MINOR__ >= 91
- // This is only needed with egcs 1.1 (egcs-2.91.57). It can't be
- // used with older versions.
-# define ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR
-# endif /* __GNUC__ >= 2.91 */
+// # if __GNUC__ == 2 && __GNUC_MINOR__ >= 91
+// // This is only needed with egcs 1.1 (egcs-2.91.57). It can't be
+// // used with older versions.
+// # define ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR
+// # endif /* __GNUC__ >= 2.91 */
# if __GNUC__ == 2 && __GNUC_MINOR__ != 9 && __GNUC_MINOR__ != 91
# // g++ 2.9 and egcs 2.91 apparently have a bug with this . . .