Commit 625a3fee authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #3033 from sgnr/compiler-fix-mrb-disable-stdio-typo

Fix MRB_DISABLE_STDIO typo.
parents 18190fa7 058ffcb2
......@@ -5442,7 +5442,7 @@ mrb_parser_new(mrb_state *mrb)
p->pool = pool;
p->s = p->send = NULL;
#ifndef MRB_DISBLE_STDIO
#ifndef MRB_DISABLE_STDIO
p->f = NULL;
#endif
......
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