X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fpcre_config.html;fp=doc%2Fhtml%2Fpcre_config.html;h=72fb9caa1ffb1ed805e8c46425a446ba92ba758c;hb=86ef59c527b0015060b75bf41698f0310bb1ef72;hp=bcdcdded7085d164f945a2a40631eead78c11a55;hpb=519a17c5e5fa25f6abb42e289fdcd4a5e769ea4b;p=pcre3.git diff --git a/doc/html/pcre_config.html b/doc/html/pcre_config.html index bcdcdde..72fb9ca 100644 --- a/doc/html/pcre_config.html +++ b/doc/html/pcre_config.html @@ -39,8 +39,10 @@ arguments are as follows: where Points to where to put the data The where argument must point to an integer variable, except for -PCRE_CONFIG_MATCH_LIMIT and PCRE_CONFIG_MATCH_LIMIT_RECURSION, when it must -point to an unsigned long integer. The available codes are: +PCRE_CONFIG_MATCH_LIMIT, PCRE_CONFIG_MATCH_LIMIT_RECURSION, and +PCRE_CONFIG_PARENS_LIMIT, when it must point to an unsigned long integer, +and for PCRE_CONFIG_JITTARGET, when it must point to a const char*. +The available codes are:
   PCRE_CONFIG_JIT           Availability of just-in-time compiler
                               support (1=yes 0=no)