From 2d858cab3dbdb3f61d07f3850903702456909afc Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 2 Mar 2017 20:37:21 +0900 Subject: Use C++ ABI only when MRB_ENABLE_CXX_ABI is set; ref #3470 --- include/mruby/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mruby/common.h b/include/mruby/common.h index 338044c2f..160639922 100644 --- a/include/mruby/common.h +++ b/include/mruby/common.h @@ -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 -- cgit v1.2.3