aboutsummaryrefslogtreecommitdiffstats
path: root/duktape/duk_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'duktape/duk_config.h')
-rw-r--r--duktape/duk_config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/duktape/duk_config.h b/duktape/duk_config.h
index 130168a..c7cebde 100644
--- a/duktape/duk_config.h
+++ b/duktape/duk_config.h
@@ -1,9 +1,9 @@
/*
* duk_config.h configuration header generated by genconfig.py.
*
- * Git commit: 6001888049cb42656f8649db020e804bcdeca6a7
- * Git describe: v2.5.0
- * Git branch: master
+ * Git commit: fffa346eff06a8764b02c31d4336f63a773a95c3
+ * Git describe: v2.6.0
+ * Git branch: v2-maintenance
*
* Supported platforms:
* - Mac OSX, iPhone, Darwin
@@ -964,9 +964,7 @@
#elif defined(DUK_F_PPC64)
/* --- PowerPC 64-bit --- */
#define DUK_USE_ARCH_STRING "ppc64"
-#if !defined(DUK_USE_BYTEORDER)
-#define DUK_USE_BYTEORDER 3
-#endif
+/* No forced byteorder (both little and big endian are possible). */
#undef DUK_USE_PACKED_TVAL
#define DUK_F_PACKED_TVAL_PROVIDED
#elif defined(DUK_F_SPARC32)
@@ -2917,6 +2915,8 @@ typedef struct duk_hthread duk_context;
#define DUK_USE_CACHE_CATCHER
#define DUK_USE_CALLSTACK_LIMIT 10000
#define DUK_USE_CBOR_BUILTIN
+#define DUK_USE_CBOR_DEC_RECLIMIT 1000
+#define DUK_USE_CBOR_ENC_RECLIMIT 1000
#define DUK_USE_CBOR_SUPPORT
#define DUK_USE_COMPILER_RECLIMIT 2500
#define DUK_USE_COROUTINE_SUPPORT