summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-25 11:55:07 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-25 11:55:07 +0000
commita3ff9ad32e1d1ca30dc2985000079f2e19c2e308 (patch)
tree0d8ac4e524f69a184bc32000c28bdee237399857 /src/pcre2.h.in
parentd796a9af6d137b7318eb4b12d4f92d9c762eb3e2 (diff)
downloadpcre2-a3ff9ad32e1d1ca30dc2985000079f2e19c2e308.tar.gz
Tidy up API for pcre2_config.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@161 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2.h.in')
-rw-r--r--src/pcre2.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pcre2.h.in b/src/pcre2.h.in
index 1dd5906..04643c1 100644
--- a/src/pcre2.h.in
+++ b/src/pcre2.h.in
@@ -259,9 +259,9 @@ context functions. */
#define PCRE2_CONFIG_JITTARGET 2
#define PCRE2_CONFIG_LINKSIZE 3
#define PCRE2_CONFIG_MATCHLIMIT 4
-#define PCRE2_CONFIG_NEWLINE 6
-#define PCRE2_CONFIG_PARENSLIMIT 7
-#define PCRE2_CONFIG_RECURSIONLIMIT 5
+#define PCRE2_CONFIG_NEWLINE 5
+#define PCRE2_CONFIG_PARENSLIMIT 6
+#define PCRE2_CONFIG_RECURSIONLIMIT 7
#define PCRE2_CONFIG_STACKRECURSE 8
#define PCRE2_CONFIG_UNICODE 9
#define PCRE2_CONFIG_UNICODE_VERSION 10