aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2008-04-29 19:43:29 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2008-04-29 19:43:29 +0000
commita7d17ed9e1b44ed94ad91c52e3756cda904ac6e9 (patch)
treeb4135e2d9668a442936547f88f3121aa97602b91
parentace4eb901316af20584b2273c6ca2056b779ef7a (diff)
downloadgcc-a7d17ed9e1b44ed94ad91c52e3756cda904ac6e9.zip
gcc-a7d17ed9e1b44ed94ad91c52e3756cda904ac6e9.tar.gz
gcc-a7d17ed9e1b44ed94ad91c52e3756cda904ac6e9.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/include/bits/c++config2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 1c9a17bb..9430c9c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index 7b2ce77..b15b08d 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.