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

Unified Diff: runtime/bin/io_in.cc

Issue 9407017: Revert my last change. Windows dislikes long strings... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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/bin/builtin_in.cc ('k') | runtime/tools/create_string_literal.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_in.cc
===================================================================
--- runtime/bin/io_in.cc (revision 4280)
+++ runtime/bin/io_in.cc (working copy)
@@ -9,6 +9,6 @@
// The string on the next line will be filled in with the contents of
// the dart files of the dart:io library.
-const char Builtin::io_source_[] =
-{{DART_SOURCE}}
- ; /* NOLINT */
+const char Builtin::io_source_[] = {
+ {{DART_SOURCE}}
+};
« no previous file with comments | « runtime/bin/builtin_in.cc ('k') | runtime/tools/create_string_literal.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698