summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-22 09:18:11 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-22 09:18:11 +0000
commit9d81b5c355dfc5a992ef852bf5cec778bee502fe (patch)
tree3512ea04ebe6a3bc29a7bc1d1da0b449089f4f32 /pcreposix.c
parent2d860e9f26999f44a86a3577525e848404777af2 (diff)
downloadpcre-9d81b5c355dfc5a992ef852bf5cec778bee502fe.tar.gz
Fix isolated \k bug.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@629 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcreposix.c')
-rw-r--r--pcreposix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcreposix.c b/pcreposix.c
index 7a57318..da4c6c3 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -152,6 +152,7 @@ static const int eint[] = {
REG_BADPAT, /* (*MARK) must have an argument */
REG_INVARG, /* this version of PCRE is not compiled with PCRE_UCP support */
REG_BADPAT, /* \c must be followed by an ASCII character */
+ REG_BADPAT, /* \k is not followed by a braced, angle-bracketed, or quoted name */
};
/* Table of texts corresponding to POSIX error codes */