Commit fd5e3418 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #3019 from cremno/fix-mrb_disable_stdio-typos

fix MRB_DISABLE_STDIO typos
parents dd57cb71 ad21e5e6
......@@ -85,7 +85,7 @@
/* define MRB_DISABLE_XXXX from DISABLE_XXX (for compatibility) */
#ifdef DISABLE_STDIO
#define MRB_DIABLE_STDIO
#define MRB_DISABLE_STDIO
#endif
/* define MRB_ENABLE_XXXX from ENABLE_XXX (for compatibility) */
......
......@@ -112,7 +112,7 @@ struct mrb_parser_state {
struct mrb_pool *pool;
mrb_ast_node *cells;
const char *s, *send;
#ifndef MRB_DIABLE_STDIO
#ifndef MRB_DISABLE_STDIO
FILE *f;
#endif
mrbc_context *cxt;
......
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