mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #3028 from sgnr/fix-mrb-disable-stdio-typo
Fix typo on MRB_DISABLE_STDIO.
This commit is contained in:
@@ -96,7 +96,7 @@ codegen_error(codegen_scope *s, const char *message)
|
||||
mrb_pool_close(s->mpool);
|
||||
s = tmp;
|
||||
}
|
||||
#ifndef MBB_DISABLE_STDIO
|
||||
#ifndef MRB_DISABLE_STDIO
|
||||
if (s->filename && s->lineno) {
|
||||
fprintf(stderr, "codegen error:%s:%d: %s\n", s->filename, s->lineno, message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user