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

Unified Diff: src/lexer/even-more-experimental-scanner.h

Issue 74793009: Experimental lexer generator: Fix the rest of the failures. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 years, 1 month 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 | « no previous file | src/lexer/even-more-experimental-scanner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lexer/even-more-experimental-scanner.h
diff --git a/src/lexer/even-more-experimental-scanner.h b/src/lexer/even-more-experimental-scanner.h
index b9357a9b693a274ee26f12c22c9863f03df1276d..c2935c2e06690f2fc4a1b83cb1bbadbd5d92cfc3 100644
--- a/src/lexer/even-more-experimental-scanner.h
+++ b/src/lexer/even-more-experimental-scanner.h
@@ -62,6 +62,7 @@ class EvenMoreExperimentalScanner {
YYCTYPE* buffer_end_;
YYCTYPE* start_;
YYCTYPE* cursor_;
+ YYCTYPE* marker_;
bool just_seen_line_terminator_;
YYCTYPE yych;
« no previous file with comments | « no previous file | src/lexer/even-more-experimental-scanner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698