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

Unified Diff: src/lexer/lexer.gyp

Issue 27347002: Add early exit on EOS to lexer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Fix re2c in makefile. Created 7 years, 2 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 | « Makefile ('k') | src/lexer/lexer.re » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lexer/lexer.gyp
diff --git a/src/lexer/lexer.gyp b/src/lexer/lexer.gyp
index 67bf40a1b61d9e8454018ffa1052c5a904e6f43b..67d892136eddd46c5090cd6fbf05b9d842c93aa6 100644
--- a/src/lexer/lexer.gyp
+++ b/src/lexer/lexer.gyp
@@ -66,7 +66,7 @@
'<(SHARED_INTERMEDIATE_DIR)/lexer.cc',
],
'action': [
- '$(RE2C)',
+ 're2c',
'-f',
'-c',
'--output',
« no previous file with comments | « Makefile ('k') | src/lexer/lexer.re » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698