mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 19:41:13 +08:00
c++config: Partial reversion (comment placement) of previous patch.
2003-07-30 Phil Edwards <pme@gcc.gnu.org> * include/bits/c++config: Partial reversion (comment placement) of previous patch. From-SVN: r69963
This commit is contained in:
parent
5f697f7aae
commit
1051c718b1
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user