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

Fix MRB_DISABLE_STDIO typo.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-11-24 07:44:54 +09:00
+1 -1
View File
@@ -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