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

Unified Diff: runtime/lib/double.cc

Issue 2750843003: Rename TARGET_OS_* to HOST_OS_*. (Closed)
Patch Set: DEPS Created 3 years, 9 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 | « runtime/bin/vmservice_impl.cc ('k') | runtime/lib/uri.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/double.cc
diff --git a/runtime/lib/double.cc b/runtime/lib/double.cc
index 2cd1921750ebe674c2ddffe508edd010dfd6960d..683445c5f6fe0a7496ec8a02f88a3e4754b7f720 100644
--- a/runtime/lib/double.cc
+++ b/runtime/lib/double.cc
@@ -198,7 +198,7 @@ DEFINE_NATIVE_ENTRY(Double_truncate, 1) {
}
-#if defined(TARGET_OS_MACOS)
+#if defined(HOST_OS_MACOS)
// MAC OSX math library produces old style cast warning.
#pragma GCC diagnostic ignored "-Wold-style-cast"
#endif
« no previous file with comments | « runtime/bin/vmservice_impl.cc ('k') | runtime/lib/uri.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698