diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-29 19:43:29 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-29 19:43:29 +0000 |
| commit | e0614cd7985fd565567de2dce2e5801207820da1 (patch) | |
| tree | b4135e2d9668a442936547f88f3121aa97602b91 /libstdc++-v3/include/bits/c++config | |
| parent | b2a225bac5d8cb3609d271a19b262114c97593d5 (diff) | |
| download | ppe42-gcc-e0614cd7985fd565567de2dce2e5801207820da1.tar.gz ppe42-gcc-e0614cd7985fd565567de2dce2e5801207820da1.zip | |
2008-04-29 Benjamin Kosnik <bkoz@redhat.com>
* 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
Diffstat (limited to 'libstdc++-v3/include/bits/c++config')
| -rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 7b2ce7798a1..b15b08d9a71 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. |

