| 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_
|
|
|