Merge pull request #3205 from yurie/abort-header

surpress warning when MRB_DISABLE_STDIO
This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-09-06 23:14:25 +09:00
committed by GitHub
+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