diff options
Diffstat (limited to 'ext/pcre/pcrelib/config.h')
-rw-r--r-- | ext/pcre/pcrelib/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h index bd18f535a7..a3b1b5dd38 100644 --- a/ext/pcre/pcrelib/config.h +++ b/ext/pcre/pcrelib/config.h @@ -302,6 +302,8 @@ them both to 0; an emulation function will be used. */ */ /* #undef NO_RECURSE */ +#define PARENS_NEST_LIMIT 250 + /* Name of package */ #define PACKAGE "pcre" @@ -430,7 +432,7 @@ them both to 0; an emulation function will be used. */ /* Version number of package */ #ifndef VERSION -#define VERSION "8.32" +#define VERSION "8.34" #endif /* Define to empty if `const' does not conform to ANSI C. */ |