6 lines
77 B
C
6 lines
77 B
C
|
/* C++ */
|
||
|
#undef DUK_F_CPP
|
||
|
#if defined(__cplusplus)
|
||
|
#define DUK_F_CPP
|
||
|
#endif
|