Changeset 96183 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Aug 13, 2022 12:54:25 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strtofloat.cpp
r96181 r96183 107 107 static RTFLOAT128U const g_lardQNan[2] = { RTFLOAT128U_INIT_QNAN(0), RTFLOAT128U_INIT_QNAN(1) }; 108 108 #elif defined(RT_COMPILER_WITH_80BIT_LONG_DOUBLE) 109 static RTFLOAT80U constg_alrdQNan[2] = { RTFLOAT80U_INIT_QNAN(0), RTFLOAT80U_INIT_QNAN(1) };109 static RTFLOAT80U2 const g_alrdQNan[2] = { RTFLOAT80U_INIT_QNAN(0), RTFLOAT80U_INIT_QNAN(1) }; 110 110 #else 111 111 static RTFLOAT64U const g_alrdQNan[2] = { RTFLOAT64U_INIT_QNAN(0), RTFLOAT64U_INIT_QNAN(1) };
Note:
See TracChangeset
for help on using the changeset viewer.