+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -1592,7 +1592,7 @@ typedef struct {
1592
1592
/// string is a regex.
1593
1593
/// @param[in] is_invalid Whether currently processed token is not valid.
1594
1594
static void parse_quoted_string(ParserState *const pstate, ExprASTNode *const node,
1595
-
const LexExprToken token, const ExprASTStack ast_stack,
1595
+
const LexExprToken token, const ExprASTStack *ast_stack,
1596
1596
const bool is_invalid)
1597
1597
FUNC_ATTR_NONNULL_ALL
1598
1598
{
@@ -2907,7 +2907,7 @@ viml_pexpr_parse_no_paren_closing_error: {}
2907
2907
? kExprNodeDoubleQuotedString
2908
2908
: kExprNodeSingleQuotedString));
2909
2909
*top_node_p = cur_node;
2910
-
parse_quoted_string(pstate, cur_node, cur_token, ast_stack, is_invalid);
2910
+
parse_quoted_string(pstate, cur_node, cur_token, &ast_stack, is_invalid);
2911
2911
want_node = kENodeOperator;
2912
2912
break;
2913
2913
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4