4 lines
144 B
C
4 lines
144 B
C
|
#if defined(DUK_USE_CPP_EXCEPTIONS) && !defined(__cplusplus)
|
||
|
#error DUK_USE_CPP_EXCEPTIONS enabled but not compiling with a C++ compiler
|
||
|
#endif
|