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

7 lines
194 B
C

/* Motorola 68K. Not defined by VBCC, so user must define one of these
* manually when using VBCC.
*/
#if defined(__m68k__) || defined(M68000) || defined(__MC68K__)
#define DUK_F_M68K
#endif