Changeset 96153 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Aug 11, 2022 11:52:34 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strtofloat.cpp
r96152 r96153 121 121 }; 122 122 123 #if 0 /* unused */ 123 124 #ifdef RT_COMPILER_WITH_80BIT_LONG_DOUBLE 124 125 static const long double g_lrdPowerMin10 = 1e4931L; … … 127 128 static const long double g_lrdPowerMin10 = 1e307L; 128 129 static const long double g_lrdPowerMax10 = 1e308L; 130 #endif 129 131 #endif 130 132
Note:
See TracChangeset
for help on using the changeset viewer.