5 lines
59 B
C
5 lines
59 B
C
|
/* VBCC */
|
||
|
#if defined(__VBCC__)
|
||
|
#define DUK_F_VBCC
|
||
|
#endif
|