Chromium Code Reviews| Index: runtime/vm/token.h |
| =================================================================== |
| --- runtime/vm/token.h (revision 35511) |
| +++ runtime/vm/token.h (working copy) |
| @@ -319,7 +319,9 @@ |
| static const Attribute attributes_[]; |
| }; |
| +const int kNoTokenPos = -1; |
|
Florian Schneider
2014/04/29 20:04:21
We also have Scanner::kNoSourcePos which is 0. Do
Cutch
2014/04/29 20:05:25
Good catch. Let's only have one.
srdjan
2014/04/30 15:00:53
Removed kNoTokenPos
|
| + |
| } // namespace dart |
| #endif // VM_TOKEN_H_ |