summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-13 11:12:03 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-13 11:12:03 +0000
commitd6e7202265ea12fcc49bcfb3669f7d123af478a1 (patch)
tree7c92a20a01aee54ffe3c9113ec2a3e203db991af /src/pcre2.h.in
parentb5a16bc0e5067389da3903792951a3b1059f3d68 (diff)
downloadpcre2-d6e7202265ea12fcc49bcfb3669f7d123af478a1.tar.gz
Implement non-atomic positive assertions.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1130 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2.h.in')
-rw-r--r--src/pcre2.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre2.h.in b/src/pcre2.h.in
index 78adac6..7a06aee 100644
--- a/src/pcre2.h.in
+++ b/src/pcre2.h.in
@@ -307,6 +307,7 @@ pcre2_pattern_convert(). */
#define PCRE2_ERROR_ALPHA_ASSERTION_UNKNOWN 195
#define PCRE2_ERROR_SCRIPT_RUN_NOT_AVAILABLE 196
#define PCRE2_ERROR_TOO_MANY_CAPTURES 197
+#define PCRE2_ERROR_CONDITION_ATOMIC_ASSERTION_EXPECTED 198
/* "Expected" matching error codes: no match and partial match. */