Revision: 680
http://www.exim.org/viewvc/pcre2?view=rev&revision=680
Author: ph10
Date: 2017-03-15 09:37:46 +0000 (Wed, 15 Mar 2017)
Log Message:
-----------
Once case of MATCH_LIMIT_RECURSION not being renamed as MATCH_LIMIT_DEPTH.
Modified Paths:
--------------
code/trunk/config-cmake.h.in
Modified: code/trunk/config-cmake.h.in
===================================================================
--- code/trunk/config-cmake.h.in 2017-03-14 16:46:08 UTC (rev 679)
+++ code/trunk/config-cmake.h.in 2017-03-15 09:37:46 UTC (rev 680)
@@ -37,7 +37,7 @@
#define LINK_SIZE @PCRE2_LINK_SIZE@
#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 PARENS_NEST_LIMIT @PCRE2_PARENS_NEST_LIMIT@
#define PCRE2GREP_BUFSIZE @PCRE2GREP_BUFSIZE@