Use C++ ABI only when MRB_ENABLE_CXX_ABI is set; ref #3470

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-03-02 20:37:21 +09:00
parent 1ab7e7e4dc
commit 2d858cab3d
+1 -1
View File
@@ -9,7 +9,7 @@
#ifdef __cplusplus
#ifdef MRB_ENABLE_CXX_EXCEPTION
#ifdef MRB_ENABLE_CXX_ABI
#define MRB_BEGIN_DECL
#define MRB_END_DECL
#else