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

Unified Diff: src/vm/ffi.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/vm/event_handler_windows.cc ('k') | src/vm/ffi.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/ffi.h
diff --git a/src/vm/ffi.h b/src/vm/ffi.h
index f379588df6b94d01b193b656c0d44da01f7c7aab..c47c1bf764dce89dba8c63847dbb65384f5db69c 100644
--- a/src/vm/ffi.h
+++ b/src/vm/ffi.h
@@ -8,7 +8,7 @@
#include "src/shared/globals.h"
#include "src/shared/natives.h"
-namespace fletch {
+namespace dartino {
class DefaultLibraryEntry;
class Mutex;
@@ -25,7 +25,7 @@ class ForeignFunctionInterface {
static Mutex* mutex_;
};
-#ifdef FLETCH_ENABLE_FFI
+#ifdef DARTINO_ENABLE_FFI
// Platform specific ffi constants and methods.
class ForeignUtils {
public:
@@ -41,8 +41,8 @@ class ForeignUtils {
static char* DirectoryName(char* path, char* buffer, size_t len);
};
-#endif // FLETCH_ENABLE_FFI
+#endif // DARTINO_ENABLE_FFI
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_FFI_H_
« no previous file with comments | « src/vm/event_handler_windows.cc ('k') | src/vm/ffi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698