Fix white space errors.
This commit is contained in:
parent
93ea864106
commit
4055752959
5
parse.y
5
parse.y
|
|
@ -5495,7 +5495,7 @@ port_name
|
||||||
tmp->name = lex_strings.make($3);
|
tmp->name = lex_strings.make($3);
|
||||||
tmp->parm = 0;
|
tmp->parm = 0;
|
||||||
delete[]$3;
|
delete[]$3;
|
||||||
delete $1;
|
delete $1;
|
||||||
$$ = tmp;
|
$$ = tmp;
|
||||||
}
|
}
|
||||||
| attribute_list_opt '.' IDENTIFIER
|
| attribute_list_opt '.' IDENTIFIER
|
||||||
|
|
@ -5553,8 +5553,7 @@ port_conn_expression_list_with_nuls
|
||||||
tmp->push_back(0);
|
tmp->push_back(0);
|
||||||
$$ = tmp;
|
$$ = tmp;
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
/* A port reference is an internal (to the module) name of the port,
|
/* A port reference is an internal (to the module) name of the port,
|
||||||
possibly with a part of bit select to attach it to specific bits
|
possibly with a part of bit select to attach it to specific bits
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue