5 lines
62 B
C
5 lines
62 B
C
|
/* Clang */
|
||
|
#if defined(__clang__)
|
||
|
#define DUK_F_CLANG
|
||
|
#endif
|