diff options
| author | Simon Génier <[email protected]> | 2015-11-23 11:05:33 -0500 |
|---|---|---|
| committer | Simon Génier <[email protected]> | 2015-11-23 11:05:33 -0500 |
| commit | 058ffcb29c859e406e5372961f0f22833ace787c (patch) | |
| tree | fae9895bb4dbb53280c21b70404124688c91ace9 /mrbgems/mruby-compiler/core/parse.y | |
| parent | 18190fa77e7177acaa769f88aa1305de94c8ae2f (diff) | |
| download | mruby-058ffcb29c859e406e5372961f0f22833ace787c.tar.gz mruby-058ffcb29c859e406e5372961f0f22833ace787c.zip | |
Fix MRB_DISABLE_STDIO typo.
Diffstat (limited to 'mrbgems/mruby-compiler/core/parse.y')
| -rw-r--r-- | mrbgems/mruby-compiler/core/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-compiler/core/parse.y b/mrbgems/mruby-compiler/core/parse.y index 032e9e16b..ff135e000 100644 --- a/mrbgems/mruby-compiler/core/parse.y +++ b/mrbgems/mruby-compiler/core/parse.y @@ -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 |
