fix some compatible bugs
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user