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

Unified Diff: vm/token.h

Issue 9701054: - Proper inclusion of gypi files, so that they do not override (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 9 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 | « vm/dart_api_impl_test.cc ('k') | vm/token.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/token.h
===================================================================
--- vm/token.h (revision 5503)
+++ vm/token.h (working copy)
@@ -267,10 +267,10 @@
}
private:
- static const char* name_[kNumTokens];
- static const char* tok_str_[kNumTokens];
- static const uint8_t precedence_[kNumTokens];
- static const Attribute attributes_[kNumTokens];
+ static const char* name_[];
+ static const char* tok_str_[];
+ static const uint8_t precedence_[];
+ static const Attribute attributes_[];
};
« no previous file with comments | « vm/dart_api_impl_test.cc ('k') | vm/token.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698