Skip to content

Commit

Permalink
mrb: upgrade to the latest mruby
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 6, 2017
1 parent 3c06f84 commit be19ed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/mrb.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ grn_mrb_load(grn_ctx *ctx, const char *path)
{
struct RProc *proc;
proc = mrb_generate_code(mrb, parser);
proc->target_class = mrb->object_class;
result = mrb_toplevel_run(mrb, proc);
}
mrb_parser_free(parser);
Expand Down
2 changes: 1 addition & 1 deletion vendor/mruby-source
Submodule mruby-source updated 151 files
2 changes: 1 addition & 1 deletion vendor/mruby/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-3239-g9d3167c
1.0.0-3861-ge5b61d34

0 comments on commit be19ed0

Please sign in to comment.