fix some compatible bugs

This commit is contained in:
wangt1xiuyi
2023-10-24 12:40:14 +00:00
committed by ob-robot
parent 38bb43ae14
commit cfd2e2edc0
4 changed files with 13 additions and 3 deletions

View File

@ -8900,6 +8900,10 @@ NAME_OB
{
malloc_non_terminal_node($$, result->malloc_pool_, T_LINK_NODE, 2, $1, $3);
}
| unreserved_keyword
{
get_non_reserved_node($$, result->malloc_pool_, @1.first_column, @1.last_column);
}
;
hint_option: