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

Unified Diff: src/shared/bytecodes.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/atomic_gcc_intrinsics.h ('k') | src/shared/bytecodes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/bytecodes.h
diff --git a/src/shared/bytecodes.h b/src/shared/bytecodes.h
index 39f07528cb50ef3aad974977ac52d3357fe0fed8..ae293a3eda4e53df378651e02b4551c87ae51f15 100644
--- a/src/shared/bytecodes.h
+++ b/src/shared/bytecodes.h
@@ -7,7 +7,7 @@
#include "src/shared/globals.h"
-namespace fletch {
+namespace dartino {
const int8 kVarDiff = 0x7f;
const int kLoadLiteralWideLimit = 0x3fffffff;
@@ -174,6 +174,6 @@ class Bytecode {
static uint8* PreviousBytecode(uint8* current_bcp);
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_SHARED_BYTECODES_H_
« no previous file with comments | « src/shared/atomic_gcc_intrinsics.h ('k') | src/shared/bytecodes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698