mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #3033 from sgnr/compiler-fix-mrb-disable-stdio-typo
Fix MRB_DISABLE_STDIO typo.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user