You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2008/02/26 15:43:01 UTC

svn commit: r631233 - /stdcxx/branches/4.2.x/etc/config/src/INFINITY.cpp

Author: faridz
Date: Tue Feb 26 06:43:00 2008
New Revision: 631233

URL: http://svn.apache.org/viewvc?rev=631233&view=rev
Log:
2008-02-26  Farid Zaripov  <fa...@epam.com>

	Merged r629828 from trunk with a fix for STDCXX-738
	* etc/config/src/INFINITY.cpp: #including the "float_defs.h"
	instead of <float.h> to #define FLT_MIN, DBL_MIN, LDBL_MIN
	constants on EDG eccp.

Modified:
    stdcxx/branches/4.2.x/etc/config/src/INFINITY.cpp

Modified: stdcxx/branches/4.2.x/etc/config/src/INFINITY.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/INFINITY.cpp?rev=631233&r1=631232&r2=631233&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/src/INFINITY.cpp (original)
+++ stdcxx/branches/4.2.x/etc/config/src/INFINITY.cpp Tue Feb 26 06:43:00 2008
@@ -22,10 +22,10 @@
  * 
  **************************************************************************/
 
-#include <float.h>    // for FLT_MIN, DBL_MIN, LDBL_MIN
 #include <stdio.h>    // for printf()
 
 #include "config.h"
+#include "float_defs.h"  // for FLT_MIN, DBL_MIN, LDBL_MIN
 
 /***************************************************************************
  *