summaryrefslogtreecommitdiff
path: root/ace/config-g++-common.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-10 17:16:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-10 17:16:28 +0000
commit8360676cc750925ce80979bac637389ef367a121 (patch)
tree30cedc180373cf0f97f7e2d74443ebf6a277ac40 /ace/config-g++-common.h
parentae1e584221c071ba20198fe48a462b661efaec22 (diff)
downloadATCD-8360676cc750925ce80979bac637389ef367a121.tar.gz
updated comments
Diffstat (limited to 'ace/config-g++-common.h')
-rw-r--r--ace/config-g++-common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/config-g++-common.h b/ace/config-g++-common.h
index 76244c4faa9..358019f1adf 100644
--- a/ace/config-g++-common.h
+++ b/ace/config-g++-common.h
@@ -20,8 +20,9 @@
#elif __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 8)
// egcs or g++ >= 2.8.0
-// __EXCEPTIONS is defined with -fexceptions, the default. It is not
-// defined with -fno-exceptions.
+
+ // __EXCEPTIONS is defined with -fexceptions, the egcs default. It
+ // is not defined with -fno-exceptions, the ACE default for g++.
# if defined (__EXCEPTIONS) && !defined (ACE_HAS_EXCEPTIONS)
# define ACE_HAS_EXCEPTIONS
# endif /* __EXCEPTIONS && ! ACE_HAS_EXCEPTIONS */