c++config: Remove space between '#' and 'undef' for _GLIBCXX_LONG_DOUBLE_COMPAT.
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 29 Apr 2008 19:43:29 +0000 (19:43 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 29 Apr 2008 19:43:29 +0000 (19:43 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++config

index 1c9a17bb7f28624727962d41828dd91fbdb96947..9430c9cf941832413b2454fc6ddc50fcf63f3eb6 100644 (file)
@@ -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.
index 7b2ce7798a12c35378ee24b738a163cf63d6e791..b15b08d9a719f341070b30de74bb7cfc79c015cb 100644 (file)
@@ -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.