surpress warning when MRB_DISABLE_STDIO

This commit is contained in:
yuri
2016-09-06 22:41:50 +09:00
parent 9040086e92
commit c9d4d96872
+1 -1
View File
@@ -22,7 +22,7 @@
#include "value_array.h"
#include <mruby/throw.h>
#ifndef MRB_DISABLE_STDIO
#ifdef MRB_DISABLE_STDIO
#if defined(__cplusplus)
extern "C" {
#endif