remove BEGIN/END from syntax

This commit is contained in:
Yukihiro Matsumoto
2012-08-18 20:51:58 +09:00
parent e5dde46c7c
commit dec6751d7a
2 changed files with 7 additions and 26 deletions
+1 -1
View File
@@ -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];