summaryrefslogtreecommitdiffhomepage
path: root/tools/mrbc/mrbc.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-18 11:03:43 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-18 11:03:43 +0900
commita18fb01b03a837a30d16e229d99d547b82505de2 (patch)
tree82ce29bba7a92efb41e9a09c2161b12efcb8eaf1 /tools/mrbc/mrbc.c
parent5d5d189dee7cd28e9811cef460b3c7ffc1da315d (diff)
downloadmruby-a18fb01b03a837a30d16e229d99d547b82505de2.tar.gz
mruby-a18fb01b03a837a30d16e229d99d547b82505de2.zip
new API for parser
Diffstat (limited to 'tools/mrbc/mrbc.c')
-rw-r--r--tools/mrbc/mrbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c
index 1f74defdf..f9d9cea28 100644
--- a/tools/mrbc/mrbc.c
+++ b/tools/mrbc/mrbc.c
@@ -164,7 +164,7 @@ main(int argc, char **argv)
return n;
}
- p = mrb_parse_file(mrb, args.rfp, 0, 0);
+ p = mrb_parse_file(mrb, args.rfp);
if (!p || !p->tree || p->nerr) {
cleanup(&args);
return -1;