summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcreposix.c')
-rw-r--r--pcreposix.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/pcreposix.c b/pcreposix.c
index 7c66cce..71d02ef 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -80,7 +80,10 @@ static int eint[] = {
REG_BADPAT, /* "assertion expected after (?(" */
REG_BADPAT, /* "(?p must be followed by )" */
REG_ECTYPE, /* "unknown POSIX class name" */
- REG_BADPAT /* "POSIX collating elements are not supported" */
+ 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" */
};
/* Table of texts corresponding to POSIX error codes */