From abf8d542b152e82eebe43aba7c9d97f347865685 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 14 Dec 2015 16:05:10 +0000 Subject: [PATCH] Don't set DUK_USE_DEEP_C_STACK since the option has been removed. --- javascript/duktape/duk_custom.h | 1 - 1 file changed, 1 deletion(-) diff --git a/javascript/duktape/duk_custom.h b/javascript/duktape/duk_custom.h index 77bfb1bd7..324f8149c 100644 --- a/javascript/duktape/duk_custom.h +++ b/javascript/duktape/duk_custom.h @@ -28,5 +28,4 @@ #undef DUK_USE_DATE_PARSE_STRING #endif -#define DUK_USE_DEEP_C_STACK #define DUK_OPT_REGEXP_CANON_WORKAROUND