Commit 1fc8e00e authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Use `mrb_open_core()` instead of `mrb_open()` in `mrbc`

parent 406159d4
...@@ -271,7 +271,7 @@ dump_file(mrb_state *mrb, FILE *wfp, const char *outfile, struct RProc *proc, st ...@@ -271,7 +271,7 @@ dump_file(mrb_state *mrb, FILE *wfp, const char *outfile, struct RProc *proc, st
int int
main(int argc, char **argv) main(int argc, char **argv)
{ {
mrb_state *mrb = mrb_open(); mrb_state *mrb = mrb_open_core(NULL, NULL);
int n, result; int n, result;
struct mrbc_args args; struct mrbc_args args;
FILE *wfp; FILE *wfp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment