summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-io/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-21 23:59:32 +0900
committerGitHub <[email protected]>2020-11-21 23:59:32 +0900
commit049e749c8b12c79a7439ce0fdb402896807eb42b (patch)
treef463c5ac01e1a32a6dea5b6868e2794f6b0479ef /mrbgems/mruby-io/include
parent544784effd251656f7b406bc94880e1ef75af7b5 (diff)
parent3d056d084aedd2a1a3a36e33b1cef4e90d282813 (diff)
downloadmruby-049e749c8b12c79a7439ce0fdb402896807eb42b.tar.gz
mruby-049e749c8b12c79a7439ce0fdb402896807eb42b.zip
Merge pull request #5166 from shuujii/rename-MRB_ENABLE-DISABLE_-to-MRB_USE-NO_
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
Diffstat (limited to 'mrbgems/mruby-io/include')
-rw-r--r--mrbgems/mruby-io/include/mruby/ext/io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-io/include/mruby/ext/io.h b/mrbgems/mruby-io/include/mruby/ext/io.h
index 1188935ee..340b20562 100644
--- a/mrbgems/mruby-io/include/mruby/ext/io.h
+++ b/mrbgems/mruby-io/include/mruby/ext/io.h
@@ -7,8 +7,8 @@
#include <mruby.h>
-#ifdef MRB_DISABLE_STDIO
-# error IO and File conflicts 'MRB_DISABLE_STDIO' in your build configuration
+#ifdef MRB_NO_STDIO
+# error IO and File conflicts 'MRB_NO_STDIO' in your build configuration
#endif
#if defined(__cplusplus)