Match #if at end of vm.c

This commit is contained in:
Ryan Lopopolo
2022-06-23 22:25:15 -07:00
parent 3af82fbb51
commit 8a5e6f47f2
+1 -1
View File
@@ -32,7 +32,7 @@ void abort(void);
#endif
#endif
#if defined(__cplusplus)
#if defined(MRB_USE_CXX_EXCEPTION) && defined(__cplusplus)
# if !defined(MRB_USE_CXX_ABI)
extern "C" {
# endif