summaryrefslogtreecommitdiff
path: root/src/pcre2_error.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-01-28 17:31:11 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-01-28 17:31:11 +0000
commit20a9e3be558fcae8d66b4a2314ec2f17ff21e9bd (patch)
tree5eacc2c53eb53bfe5977ca6bf6aa9d922b921433 /src/pcre2_error.c
parentc7b5264fee755f08b88edc71ee097a41c23af0dd (diff)
downloadpcre2-20a9e3be558fcae8d66b4a2314ec2f17ff21e9bd.tar.gz
Disallow quantification of assertion conditions, for Perl compatibility (and in
any case it didn't always work). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@190 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_error.c')
-rw-r--r--src/pcre2_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2_error.c b/src/pcre2_error.c
index c801be7..b257c60 100644
--- a/src/pcre2_error.c
+++ b/src/pcre2_error.c
@@ -74,7 +74,7 @@ static const char compile_error_texts[] =
"missing terminating ] for character class\0"
"invalid escape sequence in character class\0"
"range out of order in character class\0"
- "nothing to repeat\0"
+ "quantifier does not follow a repeatable item\0"
/* 10 */
"internal error: unexpected repeat\0"
"unrecognized character after (? or (?-\0"