Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: src/win32-math.h

Issue 24205004: Rollback trunk to 3.21.16.2 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/version.cc ('k') | src/win32-math.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/win32-math.h
diff --git a/src/win32-math.h b/src/win32-math.h
index fd9312b0f544a65d528800b2099f2dda9c4dad9a..0397c7e14eac0f1dcf009ba7ab470ed66889c61c 100644
--- a/src/win32-math.h
+++ b/src/win32-math.h
@@ -37,8 +37,6 @@
#error Wrong environment, expected MSVC.
#endif // _MSC_VER
-// MSVC 2013+ provides implementations of all standard math functions.
-#if (_MSC_VER < 1800)
enum {
FP_NAN,
FP_INFINITE,
@@ -60,6 +58,4 @@ int signbit(double x);
} // namespace std
-#endif // _MSC_VER < 1800
-
#endif // V8_WIN32_MATH_H_
« no previous file with comments | « src/version.cc ('k') | src/win32-math.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698