| Index: runtime/platform/c99_support_win.h
|
| diff --git a/runtime/platform/c99_support_win.h b/runtime/platform/c99_support_win.h
|
| index d90f34dfe36520b2470131f074157ff3415068c2..b7b625b0e8763331963d469c138e2584ea2928fc 100644
|
| --- a/runtime/platform/c99_support_win.h
|
| +++ b/runtime/platform/c99_support_win.h
|
| @@ -21,11 +21,10 @@ static const unsigned __int64 kQuietNaNMask =
|
|
|
| #ifndef va_copy
|
| #define va_copy(dst, src) (memmove(&(dst), &(src), sizeof(dst)))
|
| -#endif /* va_copy */
|
| +#endif /* va_copy */
|
|
|
|
|
| -#define NAN \
|
| - *reinterpret_cast<const double*>(&kQuietNaNMask)
|
| +#define NAN *reinterpret_cast<const double*>(&kQuietNaNMask)
|
|
|
| namespace std {
|
|
|
|
|