mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ignore error nodes (with node_begin initialization)
This commit is contained in:
+1
-1
@@ -1008,7 +1008,7 @@ top_stmts : none
|
||||
}
|
||||
| error top_stmt
|
||||
{
|
||||
$$ = $2;
|
||||
$$ = new_begin(p, 0);
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user