From: bkoz Date: Tue, 29 Apr 2008 19:43:29 +0000 (+0000) Subject: 2008-04-29 Benjamin Kosnik X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0614cd7985fd565567de2dce2e5801207820da1;p=thirdparty%2Fgcc.git 2008-04-29 Benjamin Kosnik * include/bits/c++config: Remove space between '#' and 'undef' for _GLIBCXX_LONG_DOUBLE_COMPAT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134805 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1c9a17bb7f28..9430c9cf9418 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2008-04-29 Benjamin Kosnik + + * include/bits/c++config: Remove space between '#' and 'undef' for + _GLIBCXX_LONG_DOUBLE_COMPAT. + 2008-04-29 Joseph Myers * Makefile.am (install-html, install-pdf): Add dummy targets. diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 7b2ce7798a12..b15b08d9a719 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -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.