This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]