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

Unified Diff: src/vm/ffi_disabled.cc

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/ffi.cc ('k') | src/vm/ffi_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/ffi_disabled.cc
diff --git a/src/vm/ffi_disabled.cc b/src/vm/ffi_disabled.cc
index c1be90b3830064c6235a5203c98163f282faed57..670214f402e9c924a15296f5eac197152b1af23d 100644
--- a/src/vm/ffi_disabled.cc
+++ b/src/vm/ffi_disabled.cc
@@ -2,20 +2,20 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-#ifndef FLETCH_ENABLE_FFI
+#ifndef DARTINO_ENABLE_FFI
#include "src/vm/ffi.h"
#include "src/vm/natives.h"
#include "src/shared/assert.h"
-namespace fletch {
+namespace dartino {
void ForeignFunctionInterface::Setup() {}
void ForeignFunctionInterface::TearDown() {}
void ForeignFunctionInterface::AddDefaultSharedLibrary(const char* library) {
- FATAL("fletch vm was built without FFI support.");
+ FATAL("dartino vm was built without FFI support.");
}
void* ForeignFunctionInterface::LookupInDefaultLibraries(const char* symbol) {
@@ -39,6 +39,6 @@ UNIMPLEMENTED_NATIVE(ForeignLibraryBundlePath)
UNIMPLEMENTED_NATIVE(ForeignErrno)
-} // namespace fletch
+} // namespace dartino
-#endif // not FLETCH_ENABLE_FFI
+#endif // not DARTINO_ENABLE_FFI
« no previous file with comments | « src/vm/ffi.cc ('k') | src/vm/ffi_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698