5 lines
102 B
C
5 lines
102 B
C
|
/* Orbis (PS4) variant */
|
||
|
#if defined(DUK_F_FREEBSD) && defined(__ORBIS__)
|
||
|
#define DUK_F_ORBIS
|
||
|
#endif
|