From 6d792468c59053697c5faacfe26af196b141c247 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 14 Dec 2015 15:53:57 +0000 Subject: Enable the REGEXP_CANON_WORKAROUND option We need to enable this option now as it is off by default, but it was on in the regexp-canonicalize-lookup branch we used previously. --- javascript/duktape/duk_custom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'javascript') diff --git a/javascript/duktape/duk_custom.h b/javascript/duktape/duk_custom.h index 625c6ba24..77bfb1bd7 100644 --- a/javascript/duktape/duk_custom.h +++ b/javascript/duktape/duk_custom.h @@ -29,3 +29,4 @@ #endif #define DUK_USE_DEEP_C_STACK +#define DUK_OPT_REGEXP_CANON_WORKAROUND -- cgit v1.2.3