summaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-12-14 15:53:57 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2015-12-14 15:53:57 +0000
commit6d792468c59053697c5faacfe26af196b141c247 (patch)
tree62afd7d150eae1c554bc902ebc01c743bd187303 /javascript
parentde637fa571937a5823a8a9c0d07a620d3d5e7820 (diff)
downloadnetsurf-6d792468c59053697c5faacfe26af196b141c247.tar.gz
netsurf-6d792468c59053697c5faacfe26af196b141c247.tar.bz2
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.
Diffstat (limited to 'javascript')
-rw-r--r--javascript/duktape/duk_custom.h1
1 files changed, 1 insertions, 0 deletions
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