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

Unified Diff: runtime/vm/parser.cc

Issue 1581393008: Rename DART_PRECOMPILED -> DART_PRECOMPILED_RUNTIME (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: addressed comment 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 | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/stub_code.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.cc
diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
index 8b7f04e430705086888d98a5ccd300c5af3059af..86b677490b6d4dadbb29233929fd2534e929cd2c 100644
--- a/runtime/vm/parser.cc
+++ b/runtime/vm/parser.cc
@@ -5,7 +5,7 @@
#include "vm/parser.h"
#include "vm/flags.h"
-#ifndef DART_PRECOMPILED
+#ifndef DART_PRECOMPILED_RUNTIME
#include "lib/invocation_mirror.h"
#include "platform/utils.h"
@@ -14339,7 +14339,7 @@ void Parser::SkipQualIdent() {
} // namespace dart
-#else // DART_PRECOMPILED
+#else // DART_PRECOMPILED_RUNTIME
namespace dart {
@@ -14423,4 +14423,4 @@ ArgumentListNode* Parser::BuildNoSuchMethodArguments(
} // namespace dart
-#endif // DART_PRECOMPILED
+#endif // DART_PRECOMPILED_RUNTIME
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/stub_code.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698