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

fix MRB_DISABLE_STDIO typos
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-11-17 08:16:52 +09:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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) */
+1 -1
View File
@@ -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;