Fix a missing ;

This commit is contained in:
Bill Currie 2012-11-20 17:11:39 +09:00
parent b91bb2e915
commit 5cfeb7809f
1 changed files with 1 additions and 0 deletions

View File

@ -1044,6 +1044,7 @@ local_def
local_expr = 0;
(void) ($<spec>2);
}
;
statement
: ';' { $$ = 0; }