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

Unified Diff: src/base/win32-math.h

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 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
Index: src/base/win32-math.h
diff --git a/src/win32-math.h b/src/base/win32-math.h
similarity index 90%
rename from src/win32-math.h
rename to src/base/win32-math.h
index 7b7cbc9256aef74d68d59d71353d59352b4e4d49..e1c03506b2d967b37cb40c83592d45683c82427d 100644
--- a/src/win32-math.h
+++ b/src/base/win32-math.h
@@ -7,8 +7,8 @@
// semantics for these functions.
// (http://www.opengroup.org/onlinepubs/000095399/)
-#ifndef V8_WIN32_MATH_H_
-#define V8_WIN32_MATH_H_
+#ifndef V8_BASE_WIN32_MATH_H_
+#define V8_BASE_WIN32_MATH_H_
#ifndef _MSC_VER
#error Wrong environment, expected MSVC.
@@ -39,4 +39,4 @@ int signbit(double x);
#endif // _MSC_VER < 1800
-#endif // V8_WIN32_MATH_H_
+#endif // V8_BASE_WIN32_MATH_H_

Powered by Google App Engine
This is Rietveld 408576698