mrubyを超漢字で動作させる
Revisão | 0bd61c1a4a965e9c71c0f04ae5a9cce6bfeb0eaf (tree) |
---|---|
Hora | 2017-05-21 22:44:09 |
Autor | ornse01 <ornse01@user...> |
Commiter | ornse01 |
fix typo
@@ -96,7 +96,7 @@ codegen_error(codegen_scope *s, const char *message) | ||
96 | 96 | mrb_pool_close(s->mpool); |
97 | 97 | s = tmp; |
98 | 98 | } |
99 | -#ifndef MBB_DISABLE_STDIO | |
99 | +#ifndef MRB_DISABLE_STDIO | |
100 | 100 | if (s->filename && s->lineno) { |
101 | 101 | fprintf(stderr, "codegen error:%s:%d: %s\n", s->filename, s->lineno, message); |
102 | 102 | } |