Fix some parameterization bug

This commit is contained in:
obdev
2023-06-01 03:17:29 +00:00
committed by ob-robot
parent c27fb22c59
commit b190ac23b9
2 changed files with 6 additions and 1 deletions

View File

@ -964,6 +964,7 @@ STRING_VALUE %prec LOWER_THAN_COMP
merge_nodes(string_list_node, result, T_EXPR_LIST, str_node);
ParseNode *concat_node = NULL;
make_name_node(concat_node, result->malloc_pool_, "concat");
concat_node->reserved_ = 1; /* mark special concat */
malloc_non_terminal_node($$, result->malloc_pool_, T_FUN_SYS, 2, concat_node, string_list_node);
}
| NATIONAL_LITERAL