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

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

Issue 71303005: Experimental parser: add back last re2c rules (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 | « src/lexer/even-more-experimental-scanner.h ('k') | src/lexer/lexer_py.re » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lexer/even-more-experimental-scanner.cc
diff --git a/src/lexer/even-more-experimental-scanner.cc b/src/lexer/even-more-experimental-scanner.cc
index 805208669d2a1abebc05f85d2f1f559e2d4abfed..ba535aacd76d1e67089d6b1b8077a7c6a48766ae 100644
--- a/src/lexer/even-more-experimental-scanner.cc
+++ b/src/lexer/even-more-experimental-scanner.cc
@@ -69,6 +69,7 @@ EvenMoreExperimentalScanner::EvenMoreExperimentalScanner(
buffer_end_(NULL),
start_(NULL),
cursor_(NULL),
+ just_seen_line_terminator_(true),
sink_(sink) {}
« no previous file with comments | « src/lexer/even-more-experimental-scanner.h ('k') | src/lexer/lexer_py.re » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698