diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2012-12-05 02:48:29 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2012-12-05 02:48:29 +0900 |
| commit | b8e5a570479a2e45d8746d85df15f84b619466d6 (patch) | |
| tree | 65fa946f7a69aacf0b7adfa47c7dff3d4c71bd6e /tools | |
| parent | c7a2af380fca16db5f44961b221c5b2cfe69a503 (diff) | |
| download | mruby-b8e5a570479a2e45d8746d85df15f84b619466d6.tar.gz mruby-b8e5a570479a2e45d8746d85df15f84b619466d6.zip | |
rename mrb_load_irep etc. for naming consistency
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mruby/mruby.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mruby/mruby.c b/tools/mruby/mruby.c index d9386f6e2..d3ea924c7 100644 --- a/tools/mruby/mruby.c +++ b/tools/mruby/mruby.c @@ -238,7 +238,7 @@ main(int argc, char **argv) mrb_define_global_const(mrb, "ARGV", ARGV); if (args.mrbfile) { - n = mrb_load_irep(mrb, args.rfp); + n = mrb_read_irep_file(mrb, args.rfp); if (n < 0) { fprintf(stderr, "failed to load mrb file: %s\n", args.cmdline); } |
