OVMS3/OVMS.V3/components/duktape/config/helper-snippets/DUK_F_BCC.h.in

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