Remove space issue

This commit is contained in:
Cary R 2014-07-22 18:59:05 -07:00
parent 588409389e
commit 8e7e3c7493
1 changed files with 1 additions and 1 deletions

View File

@ -5630,7 +5630,7 @@ statement_item /* This is roughly statement_item in the LRM */
$$ = tmp;
}
/* In SystemVerilog an unnamed block can contain variable declarations. */
| K_begin
| K_begin
{ PBlock*tmp = pform_push_block_scope(0, PBlock::BL_SEQ);
FILE_NAME(tmp, @1);
current_block_stack.push(tmp);