summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-11 17:39:02 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-11 17:39:02 +0000
commitb7bf43f46fdd2b2eb79323f084d336cbaa19a75a (patch)
treedfd768a2099095b6691c0e083e990d281683e0d7 /src/pcre2.h.in
parent90fab35c377ede3c43c876dda912ebe5329f05b0 (diff)
downloadpcre2-b7bf43f46fdd2b2eb79323f084d336cbaa19a75a.tar.gz
Remove remaining (now unused) code under HEAP_MATCH_RECURSE, and make the build
systems give a warning of the obsolescence of --disable-stack-for-recursion and the equivalent CMake setting. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@676 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2.h.in')
-rw-r--r--src/pcre2.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2.h.in b/src/pcre2.h.in
index 96c29ff..5753d60 100644
--- a/src/pcre2.h.in
+++ b/src/pcre2.h.in
@@ -304,7 +304,7 @@ numbers must not be changed. */
#define PCRE2_CONFIG_NEWLINE 5
#define PCRE2_CONFIG_PARENSLIMIT 6
#define PCRE2_CONFIG_RECURSIONLIMIT 7
-#define PCRE2_CONFIG_STACKRECURSE 8
+#define PCRE2_CONFIG_STACKRECURSE 8 /* Obsolete */
#define PCRE2_CONFIG_UNICODE 9
#define PCRE2_CONFIG_UNICODE_VERSION 10
#define PCRE2_CONFIG_VERSION 11