Index: src/strtod.cc |
=================================================================== |
--- src/strtod.cc (revision 15488) |
+++ src/strtod.cc (working copy) |
@@ -175,8 +175,7 @@ |
static bool DoubleStrtod(Vector<const char> trimmed, |
int exponent, |
double* result) { |
-#if (V8_TARGET_ARCH_IA32 || defined(USE_SIMULATOR)) \ |
- && !defined(_MSC_VER) |
+#if (V8_TARGET_ARCH_IA32 || defined(USE_SIMULATOR)) && !defined(_MSC_VER) |
// On x86 the floating-point stack can be 64 or 80 bits wide. If it is |
// 80 bits wide (as is the case on Linux) then double-rounding occurs and the |
// result is not accurate. |