summaryrefslogtreecommitdiff
path: root/src/pcre2_error.c
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_error.c
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_error.c')
-rw-r--r--src/pcre2_error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre2_error.c b/src/pcre2_error.c
index 7a22384..53686ec 100644
--- a/src/pcre2_error.c
+++ b/src/pcre2_error.c
@@ -185,6 +185,7 @@ static const unsigned char compile_error_texts[] =
"(*alpha_assertion) not recognized\0"
"script runs require Unicode support, which this version of PCRE2 does not have\0"
"too many capturing groups (maximum 65535)\0"
+ "atomic assertion expected after (?( or (?(?C)\0"
;
/* Match-time and UTF error texts are in the same format. */