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

7 lines
193 B
C

/* Atari ST TOS. __TOS__ defined by PureC. No platform define in VBCC
* apparently, so to use with VBCC user must define __TOS__ manually.
*/
#if defined(__TOS__)
#define DUK_F_TOS
#endif