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/21 16:35:46 UTC

svn commit: r629828 - /stdcxx/trunk/etc/config/src/INFINITY.cpp

Author: faridz
Date: Thu Feb 21 07:35:45 2008
New Revision: 629828

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

	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/trunk/etc/config/src/INFINITY.cpp

Modified: stdcxx/trunk/etc/config/src/INFINITY.cpp
URL: http://svn.apache.org/viewvc/stdcxx/trunk/etc/config/src/INFINITY.cpp?rev=629828&r1=629827&r2=629828&view=diff
==============================================================================
--- stdcxx/trunk/etc/config/src/INFINITY.cpp (original)
+++ stdcxx/trunk/etc/config/src/INFINITY.cpp Thu Feb 21 07:35:45 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
 
 /***************************************************************************
  *