Accept empty statements.
This commit is contained in:
parent
6779f01f3a
commit
bf70673380
|
|
@ -105,6 +105,10 @@ statement
|
|||
|
||||
| T_LABEL K_VAR ';'
|
||||
{ compile_variable($1); }
|
||||
|
||||
/* Oh and by the way, empty statements are OK as well. */
|
||||
|
||||
| ';'
|
||||
;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue