mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
330 B
16 lines
330 B
9 years ago
|
#undef DUK_USE_BRANCH_HINTS
|
||
|
|
||
|
#if defined(DUK_F_CPP)
|
||
|
#define DUK_USE_COMPILER_STRING "vbcc-c++"
|
||
|
#else
|
||
|
#define DUK_USE_COMPILER_STRING "vbcc"
|
||
|
#endif
|
||
|
|
||
|
#undef DUK_USE_VARIADIC_MACROS
|
||
|
#if defined(DUK_F_C99) || defined(DUK_F_CPP11)
|
||
|
#define DUK_USE_VARIADIC_MACROS
|
||
|
#endif
|
||
|
|
||
|
#define DUK_USE_FLEX_ZEROSIZE
|
||
|
#define DUK_USE_PACK_DUMMY_MEMBER
|