mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use C++ ABI only when MRB_ENABLE_CXX_ABI is set; ref #3470
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user