This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[Patch] Remove _GLIBCXX_USE_LONG_DOUBLE
- From: Paolo Carlini <pcarlini at suse dot de>
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 15 Apr 2004 21:46:25 +0200
- Subject: [Patch] Remove _GLIBCXX_USE_LONG_DOUBLE
Hi,
nowadays seems completely unused. If nobody objects, tomorrow morning
I will commit the below (regtested x86-linux).
Paolo.
//////////////
2004-04-16 Paolo Carlini <pcarlini@suse.de>
* acconfig.h: Remove _GLIBCXX_USE_LONG_DOUBLE entry, not
used anymore.
* config.h.in: Regenerate.
diff -urN libstdc++-v3-curr/acconfig.h libstdc++-v3/acconfig.h
--- libstdc++-v3-curr/acconfig.h 2004-04-01 11:16:04.000000000 +0200
+++ libstdc++-v3/acconfig.h 2004-04-15 19:50:35.000000000 +0200
@@ -13,9 +13,6 @@
// Include I/O support for 'long long' and 'unsigned long long'.
#undef _GLIBCXX_USE_LONG_LONG
-// Include support for 'long double'.
-#undef _GLIBCXX_USE_LONG_DOUBLE
-
// Define if C99 math functions (like fpclassify) should be exposed.
#undef _GLIBCXX_USE_C99_MATH