Skip to content

Commit

Permalink
Accept empty statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Mar 18, 2001
1 parent 6779f01 commit bf70673
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vvp/parse.y
Expand Up @@ -105,6 +105,10 @@ statement

| T_LABEL K_VAR ';'
{ compile_variable($1); }

/* Oh and by the way, empty statements are OK as well. */

| ';'
;


Expand Down

0 comments on commit bf70673

Please sign in to comment.