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

Unified Diff: runtime/vm/atomic_macos.h

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/vm/atomic_linux.h ('k') | runtime/vm/atomic_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/atomic_macos.h
diff --git a/runtime/vm/atomic_macos.h b/runtime/vm/atomic_macos.h
index e1c701f477371566de2ae7d42d7a2f617ba7173b..6913a3fb3f83d7212e8a4452a6a63c1fa588ec2d 100644
--- a/runtime/vm/atomic_macos.h
+++ b/runtime/vm/atomic_macos.h
@@ -9,7 +9,7 @@
#error Do not include atomic_macos.h directly. Use atomic.h instead.
#endif
-#if !defined(TARGET_OS_MACOS)
+#if !defined(HOST_OS_MACOS)
#error This file should only be included on Mac OS X builds.
#endif
« no previous file with comments | « runtime/vm/atomic_linux.h ('k') | runtime/vm/atomic_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698