6 lines
109 B
C
6 lines
109 B
C
|
/* TinyC */
|
||
|
#if defined(__TINYC__)
|
||
|
/* http://bellard.org/tcc/tcc-doc.html#SEC9 */
|
||
|
#define DUK_F_TINYC
|
||
|
#endif
|