Commit ad21e5e6 authored by cremno's avatar cremno

fix MRB_DISABLE_STDIO typos

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