Fix formatting in parse.y for call_chain_expr
This commit is contained in:
parent
29a8a4d052
commit
55250457ed
3
parse.y
3
parse.y
|
|
@ -4320,8 +4320,7 @@ expr_primary
|
|||
/* SV call chains get_c1().f() — must come before bare hierarchy_identifier
|
||||
so `id (` is not reduced as PEIdent + error. */
|
||||
| call_chain_expr
|
||||
{ $$ = $1;
|
||||
}
|
||||
{ $$ = $1; }
|
||||
| hierarchy_identifier
|
||||
{ PEIdent*tmp = pform_new_ident(@1, *$1);
|
||||
FILE_NAME(tmp, @1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue