Commit bab086a7 by U-GOOGLE\courtneygo Committed by Commit Bot

Fix Tokenizer issue

Updated Tokenizer running generate_parser.sh on Windows. Test: make Change-Id: I128a70a61907bb4ce3b0a8031667bda4197b6a2d Reviewed-on: https://chromium-review.googlesource.com/988802Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
parent fd643283
......@@ -937,6 +937,7 @@ typedef pp::SourceLocation YYLTYPE;
yyextra->lineStart = true; \
} while(0);
#define YY_NO_INPUT
#define YY_USER_ACTION \
do \
{ \
......
......@@ -64,6 +64,7 @@ typedef pp::SourceLocation YYLTYPE;
yyextra->lineStart = true; \
} while(0);
#define YY_NO_INPUT
#define YY_USER_ACTION \
do \
{ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment