Merge commit 'f8a5c9ffd2650539aa3fd5a412e4d0568ad04bc8'

ida_star
Wilfred Hughes 2021-09-06 15:31:21 +07:00
commit 614c857b72
1 changed files with 0 additions and 2 deletions

@ -482,10 +482,8 @@ struct Scanner {
StackItem stack_item;
stack_item.single_quote = false;
int32_t quote = '"';
if (lexer->lookahead == '\'') {
stack_item.single_quote = true;
quote = '\'';
}
advance(lexer);