mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 13:57:18 +02:00
Accept empty statements.
This commit is contained in:
@@ -105,6 +105,10 @@ statement
|
||||
|
||||
| T_LABEL K_VAR ';'
|
||||
{ compile_variable($1); }
|
||||
|
||||
/* Oh and by the way, empty statements are OK as well. */
|
||||
|
||||
| ';'
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user