5 lines
149 B
C
5 lines
149 B
C
|
/* BCC (Bruce's C compiler): this is a "torture target" for compilation */
|
||
|
#if defined(__BCC__) || defined(__BCC_VERSION__)
|
||
|
#define DUK_F_BCC
|
||
|
#endif
|