c++config: Remove space between '#' and 'undef' for _GLIBCXX_LONG_DOUBLE_COMPAT.
2008-04-29 Benjamin Kosnik <bkoz@redhat.com> * include/bits/c++config: Remove space between '#' and 'undef' for _GLIBCXX_LONG_DOUBLE_COMPAT. From-SVN: r134805
This commit is contained in:
parent
ace4eb9013
commit
a7d17ed9e1
@ -1,3 +1,8 @@
|
||||
2008-04-29 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/bits/c++config: Remove space between '#' and 'undef' for
|
||||
_GLIBCXX_LONG_DOUBLE_COMPAT.
|
||||
|
||||
2008-04-29 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* Makefile.am (install-html, install-pdf): Add dummy targets.
|
||||
|
@ -213,7 +213,7 @@ namespace std
|
||||
// XXX GLIBCXX_ABI Deprecated
|
||||
// Define if compatibility should be provided for -mlong-double-64
|
||||
#if defined __cplusplus && defined __LONG_DOUBLE_128__
|
||||
# undef _GLIBCXX_LONG_DOUBLE_COMPAT
|
||||
#undef _GLIBCXX_LONG_DOUBLE_COMPAT
|
||||
#endif
|
||||
|
||||
// Namespace associations for long double 128 mode.
|
||||
|
Loading…
Reference in New Issue
Block a user