summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre/pcre_config.c')
-rw-r--r--src/3rdparty/pcre/pcre_config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/pcre/pcre_config.c b/src/3rdparty/pcre/pcre_config.c
index db46c77a74..0ae23fdc9b 100644
--- a/src/3rdparty/pcre/pcre_config.c
+++ b/src/3rdparty/pcre/pcre_config.c
@@ -161,6 +161,10 @@ switch (what)
*((int *)where) = POSIX_MALLOC_THRESHOLD;
break;
+ case PCRE_CONFIG_PARENS_LIMIT:
+ *((unsigned long int *)where) = PARENS_NEST_LIMIT;
+ break;
+
case PCRE_CONFIG_MATCH_LIMIT:
*((unsigned long int *)where) = MATCH_LIMIT;
break;