Fix a missing ;

This commit is contained in:
Bill Currie 2012-11-20 17:11:39 +09:00
parent b91bb2e915
commit 5cfeb7809f

View file

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