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

Unified Diff: src/shared/atomic.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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/shared/assert.cc ('k') | src/shared/atomic_cpp11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/atomic.h
diff --git a/src/shared/atomic.h b/src/shared/atomic.h
index 5f6e33328eed208767762938cc0de6ae39bd8c10..375dce1ae207aacdd379f33a1086ce73bcd2d0ce 100644
--- a/src/shared/atomic.h
+++ b/src/shared/atomic.h
@@ -5,7 +5,7 @@
#ifndef SRC_SHARED_ATOMIC_H_
#define SRC_SHARED_ATOMIC_H_
-#if defined(FLETCH_TARGET_OS_LK)
+#if defined(DARTINO_TARGET_OS_LK)
#include "src/shared/atomic_gcc_intrinsics.h"
#else
#include "src/shared/atomic_cpp11.h"
« no previous file with comments | « src/shared/assert.cc ('k') | src/shared/atomic_cpp11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698