diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-03-12 18:34:09 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-03-12 18:34:09 +0900 |
| commit | 01fdf03bce64a7f091cef040a326c8e5305a512c (patch) | |
| tree | 4f1844b79d1adb6b1940ac82160d33399b5f4f69 /src | |
| parent | b52078aa920fc053f1ff81577d84c8619c520318 (diff) | |
| download | mruby-01fdf03bce64a7f091cef040a326c8e5305a512c.tar.gz mruby-01fdf03bce64a7f091cef040a326c8e5305a512c.zip | |
codegen.c: fixed a typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/codedump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codedump.c b/src/codedump.c index 3a5f0eadb..f382bb7eb 100644 --- a/src/codedump.c +++ b/src/codedump.c @@ -6,7 +6,7 @@ #include <mruby/proc.h> #include <mruby/dump.h> -#ifndef MRB_NOP_STDIO +#ifndef MRB_NO_STDIO static void print_r(mrb_state *mrb, const mrb_irep *irep, size_t n) { |
