mrubyを超漢字で動作させる
修订版 | 2703bbf803cdd4f34f630a8272cd10621fc4d135 (tree) |
---|---|
时间 | 2017-05-21 23:06:57 |
作者 | ornse01 <ornse01@user...> |
Commiter | ornse01 |
fix typo
@@ -5442,7 +5442,7 @@ mrb_parser_new(mrb_state *mrb) | ||
5442 | 5442 | p->pool = pool; |
5443 | 5443 | |
5444 | 5444 | p->s = p->send = NULL; |
5445 | -#ifndef MRB_DISBLE_STDIO | |
5445 | +#ifndef MRB_DISABLE_STDIO | |
5446 | 5446 | p->f = NULL; |
5447 | 5447 | #endif |
5448 | 5448 |