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

Unified Diff: runtime/vm/token.h

Issue 10909098: Fix Token::kAS and its printing according to Regis' comment. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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/ast_printer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/token.h
===================================================================
--- runtime/vm/token.h (revision 11960)
+++ runtime/vm/token.h (working copy)
@@ -111,7 +111,7 @@
TOK(kISNOT, "", 10, kNoAttribute) \
\
/* Internal token for (expr as Type) type cast operator */ \
- TOK(kAS, "AS", 10, kNoAttribute) \
+ TOK(kAS, "", 10, kNoAttribute) \
regis 2012/09/06 16:11:02 \ -> col 80
srdjan 2012/09/06 17:03:45 Done.
\
TOK(kINDEX, "[]", 0, kNoAttribute) \
TOK(kASSIGN_INDEX, "[]=", 0, kNoAttribute) \
« no previous file with comments | « runtime/vm/ast_printer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698