ignore error nodes (with node_begin initialization)

This commit is contained in:
Yukihiro Matsumoto
2012-05-28 15:50:30 +09:00
parent b275be253d
commit cf8f429624
+1 -1
View File
@@ -1008,7 +1008,7 @@ top_stmts : none
}
| error top_stmt
{
$$ = $2;
$$ = new_begin(p, 0);
}
;