2008-04-29 Benjamin Kosnik * include/bits/c++config: Remove space between '#' and 'undef' for _GLIBCXX_LONG_DOUBLE_COMPAT. Index: include/bits/c++config =================================================================== --- include/bits/c++config (revision 134802) +++ include/bits/c++config (working copy) @@ -213,7 +213,7 @@ // 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.