Author: faridz
Date: Thu Feb 21 10:17:02 2008
New Revision: 629900
URL: http://svn.apache.org/viewvc?rev=629900&view=rev
Log:
2008-02-21 Farid Zaripov <[EMAIL PROTECTED]>
* etc/config/src/FLOAT.cpp: Updated comment, erroneously changed in
r629825.
Modified:
stdcxx/trunk/etc/config/src/FLOAT.cpp
Modified: stdcxx/trunk/etc/config/src/FLOAT.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/etc/config/src/FLOAT.cpp?rev=629900&r1=629899&r2=629900&view=diff
==============================================================================
--- stdcxx/trunk/etc/config/src/FLOAT.cpp (original)
+++ stdcxx/trunk/etc/config/src/FLOAT.cpp Thu Feb 21 10:17:02 2008
@@ -31,9 +31,10 @@
enum {
// the enumerators below are expected to be hidden by macros #defined
- // in the "float_defs.h" header #included below; references to macros
- // that are not #defined in the header will silently use these
- // enumerators and prevent compilation errors that would result otherwise
+ // in the <float.h> header #included below through "float_defs.h";
+ // references to macros that are not #defined in the header will
+ // silently use these enumerators and prevent compilation errors that
+ // would result otherwise
DBL_DIG = 15, // default
DBL_MANT_DIG = 53,
DBL_MAX_10_EXP = 308,