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