Accept empty statements.

This commit is contained in:
steve
2001-03-18 04:37:16 +00:00
parent 6779f01f3a
commit bf70673380
+4
View File
@@ -105,6 +105,10 @@ statement
| T_LABEL K_VAR ';'
{ compile_variable($1); }
/* Oh and by the way, empty statements are OK as well. */
| ';'
;