summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mrbc/tools
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/mruby-bin-mrbc/tools')
-rw-r--r--mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c b/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c
index df674f556..29f5a5c1d 100644
--- a/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c
+++ b/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c
@@ -1,7 +1,7 @@
#include <mruby.h>
-#ifdef MRB_DISABLE_STDIO
-# error mruby-bin-mrbc conflicts 'MRB_DISABLE_STDIO' in your build configuration
+#ifdef MRB_NO_STDIO
+# error mruby-bin-mrbc conflicts 'MRB_NO_STDIO' in your build configuration
#endif
#include <stdlib.h>
@@ -344,7 +344,7 @@ mrb_init_mrblib(mrb_state *mrb)
{
}
-#ifndef DISABLE_GEMS
+#ifndef MRB_NO_GEMS
void
mrb_init_mrbgems(mrb_state *mrb)
{