summaryrefslogtreecommitdiff
path: root/src/pcre2_error.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-10-07 17:32:48 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-10-07 17:32:48 +0000
commitb9767385613465996f391fc94f21b1e6008a930a (patch)
treed53f75b99dc01736e93241f797cb2235d80c0bb6 /src/pcre2_error.c
parent921d9897c86af3cd0991bf3a63bdde06eea6bea7 (diff)
downloadpcre2-b9767385613465996f391fc94f21b1e6008a930a.tar.gz
Implement PCRE2_SUBSTITUTE_EXTENDED.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@381 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_error.c')
-rw-r--r--src/pcre2_error.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pcre2_error.c b/src/pcre2_error.c
index 9f1b480..a44e27d 100644
--- a/src/pcre2_error.c
+++ b/src/pcre2_error.c
@@ -238,9 +238,12 @@ static const char match_error_texts[] =
"nested recursion at the same subject position\0"
"recursion limit exceeded\0"
"requested value is not available\0"
- /* 55 */
+ /* 55 */
"requested value is not set\0"
- "offset limit set without PCRE2_USE_OFFSET_LIMIT\0"
+ "offset limit set without PCRE2_USE_OFFSET_LIMIT\0"
+ "bad escape sequence in replacement string\0"
+ "expected closing curly bracket in replacement string\0"
+ "bad substitution in replacement string\0"
;