summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-30 17:21:05 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-30 17:21:05 +0000
commitd1439a5a3c164724dc26d9deab50253e66b26bd7 (patch)
tree8ff6f282856c27e5acc47fbb92a2e914660639cf
parent9449c28d9188fe66b54c52d98aa749f777ad828c (diff)
downloadgcc-d1439a5a3c164724dc26d9deab50253e66b26bd7.tar.gz
2003-07-30 Phil Edwards <pme@gcc.gnu.org>
* include/bits/c++config: Partial reversion (comment placement) of previous patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69963 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/include/bits/c++config6
2 files changed, 9 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index de2ee42c83e..2b2b00595b9 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-30 Phil Edwards <pme@gcc.gnu.org>
+
+ * include/bits/c++config: Partial reversion (comment placement) of
+ previous patch.
+
2003-07-30 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/c++config (_GLIBCXX_FULLY_COMPLIANT_HEADERS): Remove.
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index d644d792bbe..e4223ecdb61 100644
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -57,6 +57,9 @@
// Use corrected code from the committee library group's issues list.
#define _GLIBCXX_RESOLVE_LIB_DEFECTS 1
+// The remainder of the prewritten config is automatic; all the
+// user hooks are listed above.
+
// Create a boolean flag to be used to determine if --fast-math is set.
#ifdef __FAST_MATH__
# define _GLIBCXX_FAST_MATH 1
@@ -70,5 +73,4 @@
// for something else under certain OSes (see BADNAMES).
#define __N(msgid) (msgid)
-// The remainder of the prewritten config is mostly automatic; all the
-// user hooks are listed above: the discovered settings follow.
+// End of prewritten config; the discovered settings follow.