mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove BEGIN/END from syntax
This commit is contained in:
@@ -89,7 +89,7 @@ struct mrb_parser_state {
|
||||
|
||||
int nerr;
|
||||
int nwarn;
|
||||
mrb_ast_node *tree, *begin_tree;
|
||||
mrb_ast_node *tree;
|
||||
|
||||
int capture_errors;
|
||||
struct mrb_parser_message error_buffer[10];
|
||||
|
||||
Reference in New Issue
Block a user