summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:39:37 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:39:37 +0000
commite87cad160ebb5eefbd74344fc0c78318432ae433 (patch)
tree2f2cefcd2d102f14b817b82e66650ad0a94507fa /pcreposix.c
parent722283cf906c849b43a73af9527627e0fd2a3e8d (diff)
downloadpcre-e87cad160ebb5eefbd74344fc0c78318432ae433.tar.gz
Load pcre-3.4 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@51 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcreposix.c')
-rw-r--r--pcreposix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcreposix.c b/pcreposix.c
index 71d02ef..6aeb882 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -83,7 +83,8 @@ static int eint[] = {
REG_BADPAT, /* "POSIX collating elements are not supported" */
REG_INVARG, /* "this version of PCRE is not compiled with PCRE_UTF8 support" */
REG_BADPAT, /* "characters with values > 255 are not yet supported in classes" */
- REG_BADPAT /* "character value in \x{...} sequence is too large" */
+ REG_BADPAT, /* "character value in \x{...} sequence is too large" */
+ REG_BADPAT /* "invalid condition (?(0)" */
};
/* Table of texts corresponding to POSIX error codes */