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

6 lines
109 B
C

/* TinyC */
#if defined(__TINYC__)
/* http://bellard.org/tcc/tcc-doc.html#SEC9 */
#define DUK_F_TINYC
#endif