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

Unified Diff: platforms/stm/disco_dartino/src/dartino_entry.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
Index: platforms/stm/disco_dartino/src/dartino_entry.h
diff --git a/pkg/fletchc/bin/decode_stacktraces.dart b/platforms/stm/disco_dartino/src/dartino_entry.h
similarity index 50%
rename from pkg/fletchc/bin/decode_stacktraces.dart
rename to platforms/stm/disco_dartino/src/dartino_entry.h
index baaf67d9142511868bbf3f87dff96c68dec3a77a..67195fa64075c2810d70efc6194269ac45147644 100644
--- a/pkg/fletchc/bin/decode_stacktraces.dart
+++ b/platforms/stm/disco_dartino/src/dartino_entry.h
@@ -2,13 +2,9 @@
// 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.
-import 'dart:async';
+#ifndef PLATFORMS_STM_DISCO_DARTINO_SRC_DARTINO_ENTRY_H_
+#define PLATFORMS_STM_DISCO_DARTINO_SRC_DARTINO_ENTRY_H_
-import 'dart:io' as io;
-
-import 'package:fletchc/program_info.dart';
-
-main(List<String> arguments) async {
- await decodeProgramMain(arguments, io.stdin, io.stdout);
-}
+void DartinoEntry(void const * argument);
+#endif // PLATFORMS_STM_DISCO_DARTINO_SRC_DARTINO_ENTRY_H_
« no previous file with comments | « platforms/stm/disco_dartino/src/cmpctmalloc_test.cc ('k') | platforms/stm/disco_dartino/src/dartino_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698