summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-08-18 20:51:58 +0900
committerYukihiro Matsumoto <[email protected]>2012-08-18 20:51:58 +0900
commitdec6751d7ae5043959b1421377c8fb4304c47e06 (patch)
treead84d2184924ddf31d46ccc92c1e42e5c7c6b532 /include
parente5dde46c7cbc65e12461a2d67f51cc61470a1902 (diff)
downloadmruby-dec6751d7ae5043959b1421377c8fb4304c47e06.tar.gz
mruby-dec6751d7ae5043959b1421377c8fb4304c47e06.zip
remove BEGIN/END from syntax
Diffstat (limited to 'include')
-rw-r--r--include/mruby/compile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/compile.h b/include/mruby/compile.h
index 404582c94..e16f34d71 100644
--- a/include/mruby/compile.h
+++ b/include/mruby/compile.h
@@ -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];