83 |
REG_BADPAT, /* "POSIX collating elements are not supported" */ |
REG_BADPAT, /* "POSIX collating elements are not supported" */ |
84 |
REG_INVARG, /* "this version of PCRE is not compiled with PCRE_UTF8 support" */ |
REG_INVARG, /* "this version of PCRE is not compiled with PCRE_UTF8 support" */ |
85 |
REG_BADPAT, /* "characters with values > 255 are not yet supported in classes" */ |
REG_BADPAT, /* "characters with values > 255 are not yet supported in classes" */ |
86 |
REG_BADPAT /* "character value in \x{...} sequence is too large" */ |
REG_BADPAT, /* "character value in \x{...} sequence is too large" */ |
87 |
|
REG_BADPAT /* "invalid condition (?(0)" */ |
88 |
}; |
}; |
89 |
|
|
90 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |