Once case of MATCH_LIMIT_RECURSION not being renamed as MATCH_LIMIT_DEPTH.
This commit is contained in:
parent
be5dd257d2
commit
ee1f7900e9
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
#define LINK_SIZE @PCRE2_LINK_SIZE@
|
#define LINK_SIZE @PCRE2_LINK_SIZE@
|
||||||
#define MATCH_LIMIT @PCRE2_MATCH_LIMIT@
|
#define MATCH_LIMIT @PCRE2_MATCH_LIMIT@
|
||||||
#define MATCH_LIMIT_RECURSION @PCRE2_MATCH_LIMIT_RECURSION@
|
#define MATCH_LIMIT_DEPTH @PCRE2_MATCH_LIMIT_DEPTH@
|
||||||
#define NEWLINE_DEFAULT @NEWLINE_DEFAULT@
|
#define NEWLINE_DEFAULT @NEWLINE_DEFAULT@
|
||||||
#define PARENS_NEST_LIMIT @PCRE2_PARENS_NEST_LIMIT@
|
#define PARENS_NEST_LIMIT @PCRE2_PARENS_NEST_LIMIT@
|
||||||
#define PCRE2GREP_BUFSIZE @PCRE2GREP_BUFSIZE@
|
#define PCRE2GREP_BUFSIZE @PCRE2GREP_BUFSIZE@
|
||||||
|
|
Loading…
Reference in New Issue