summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-03-12 18:34:09 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-03-12 18:34:09 +0900
commit01fdf03bce64a7f091cef040a326c8e5305a512c (patch)
tree4f1844b79d1adb6b1940ac82160d33399b5f4f69 /src
parentb52078aa920fc053f1ff81577d84c8619c520318 (diff)
downloadmruby-01fdf03bce64a7f091cef040a326c8e5305a512c.tar.gz
mruby-01fdf03bce64a7f091cef040a326c8e5305a512c.zip
codegen.c: fixed a typo.
Diffstat (limited to 'src')
-rw-r--r--src/codedump.c2
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)
{